Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TMP
Browse files Browse the repository at this point in the history
gogo2464 committed Sep 14, 2024
1 parent 8b6fce5 commit 2562fea
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/Publish-Python3-Bindings.yml
Original file line number Diff line number Diff line change
@@ -81,13 +81,18 @@ jobs:
- name: Generate doxygen documentation
run: |
doxygen .\Doxyfile -w html -g .\Doxyfile
mkdir docs
cd docs
doxygen ..\Doxyfile -w html -g .\Doxyfile
cd ..
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
keep_files: true
allow_empty_commit: true



0 comments on commit 2562fea

Please sign in to comment.