Update doxygen_build_deploy.yml

This commit is contained in:
Jan W. Krieger 2022-04-22 22:22:32 +02:00 committed by GitHub
parent e784a6d89f
commit def473c8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,15 +34,17 @@ jobs:
- name: Run Doxygen - name: Run Doxygen
run: | run: |
cd JKQtPlotter
cd doc cd doc
doxygen --version doxygen --version
doxygen Doxyfile doxygen Doxyfile
echo "" > html/.nojekyll echo "" > html/.nojekyll
cd .. cd ..
cd ..
- uses: DenverCoder1/doxygen-github-pages-action@v1 - uses: DenverCoder1/doxygen-github-pages-action@v1
with: with:
github_token: ${{ secrets.GH_PAGES_SECRET }} github_token: ${{ secrets.GH_PAGES_SECRET }}
branch: gh-pages branch: gh-pages
folder: docs/html folder: JKQtPlotter/doc/html