We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2295b2 commit 9505dafCopy full SHA for 9505daf
.github/workflows/doxygen_gen.yml
@@ -24,8 +24,9 @@ jobs:
24
doxyfile-path: './doc/Doxyfile'
25
- name: rm gitignore
26
run: rm .gitignore
27
- - name: Deploy doc
28
- uses: peaceiris/actions-gh-pages@v4
+ - name: Publish generated content to GitHub Pages
+ uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
29
with:
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
31
- publish_dir: ./doxyout/html
+ dir: ./doxyout/html
+ branch: gh-pages
32
+ token: ${{ secrets.ACCESS_TOKEN }}
0 commit comments