mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-24 17:41:39 +08:00
Update doxygen_build_deploy.yml
This commit is contained in:
parent
e784a6d89f
commit
def473c8e7
4
.github/workflows/doxygen_build_deploy.yml
vendored
4
.github/workflows/doxygen_build_deploy.yml
vendored
@ -34,15 +34,17 @@ jobs:
|
||||
|
||||
- name: Run Doxygen
|
||||
run: |
|
||||
cd JKQtPlotter
|
||||
cd doc
|
||||
doxygen --version
|
||||
doxygen Doxyfile
|
||||
echo "" > html/.nojekyll
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
- uses: DenverCoder1/doxygen-github-pages-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAGES_SECRET }}
|
||||
branch: gh-pages
|
||||
folder: docs/html
|
||||
folder: JKQtPlotter/doc/html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user