From 5964e1c8b720daf04f9c38eb98a87e83c0c72bd7 Mon Sep 17 00:00:00 2001 From: abdoulbari zakir <32519851+a-zakir@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:37:27 +0100 Subject: [PATCH] Use dedicated URL path for Doxygen, instead of root (#1865) 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). --- .github/workflows/doxygen.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 39f3594170..ab0f401390 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -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 diff --git a/README.md b/README.md index 5644ef906e..b79bb8eadf 100644 --- a/README.md +++ b/README.md @@ -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