Skip to content

Commit

Permalink
ci: try to fix gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Jul 26, 2024
1 parent 4be0485 commit b955824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<p align="center">
<a href="https://github.com/betagouv/agir-voiture-publicodes/issues">Report Bug</a>
<a href="https://publicodes.github.io/agir-voiture-publicodes/">API docs</a>
<a href="https://betagouv.github.io/agir-voiture-publicodes/">API docs</a>
<a href="https://github.com/betagouv/agir-voiture-publicodes/blob/master/CONTRIBUTING.md">Contribute</a>
<a href="https://publi.codes">Publicodes</a>
</p>

Modèle de calcul pour le simulateur d'aide au changement de voiture d'Agir.
</div>

</div>

> [!WARNING]
> Ce projet est en cours d'expérimentation et n'est pas encore prêt pour une
Expand Down
21 changes: 1 addition & 20 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,11 @@
window.location
})
</script>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>agir-voiture-publicodes - Documentation</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="./src/index.tsx"></script>
<script type="module/text/javascript" src="./src/index.tsx"></script>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

0 comments on commit b955824

Please sign in to comment.