Skip to content

Commit 9505daf

Browse files
authored
Update doxygen_gen.yml
1 parent e2295b2 commit 9505daf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/doxygen_gen.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
doxyfile-path: './doc/Doxyfile'
2525
- name: rm gitignore
2626
run: rm .gitignore
27-
- name: Deploy doc
28-
uses: peaceiris/actions-gh-pages@v4
27+
- name: Publish generated content to GitHub Pages
28+
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./doxyout/html
30+
dir: ./doxyout/html
31+
branch: gh-pages
32+
token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)