move generated documentation in dedicated directory

The documentation generated by Doxygen moves from doc/ to doc/build/.
There is a problem with using doc/ directory because when Doxygen produces the documentation, the doc/ directory is replaced so its content (style.css file) disappears.
This commit is contained in:
Stéphane Blondon
2025-04-10 09:01:36 +02:00
parent 790c03b071
commit e9905349fb
4 changed files with 5 additions and 5 deletions

View File

@@ -29,5 +29,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html
publish_dir: ./doc/build/html
force_orphan: true