Skip to content

Commit

Permalink
Use dedicated URL path for Doxygen, instead of root (#1865)
Browse files Browse the repository at this point in the history
In order to add benchmark charts in
[gh-pages](https://antaressimulatorteam.github.io/Antares_Simulator/)
this PR moves the Doxygen doc from the root page to
[doxygen-doc](https://antaressimulatorteam.github.io/Antares_Simulator/doxygen).
  • Loading branch information
a-zakir authored Jan 9, 2024
1 parent d8b2407 commit 5964e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
# /!\ tmp
if: github.ref == 'refs/heads/develop'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html

destination_dir: ./doxygen


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The GUI is deprecated in favor of [Antares Web](https://github.com/AntaresSimula

- Antares web site : https://antares-simulator.org
- RTE web site : http://www.rte-france.com/
- Doxygen code documentation : https://antaressimulatorteam.github.io/Antares_Simulator/
- Doxygen code documentation : https://antaressimulatorteam.github.io/Antares_Simulator/doxygen
- Antares Web : https://github.com/AntaresSimulatorTeam/AntaREST


Expand Down

0 comments on commit 5964e1c

Please sign in to comment.