Skip to content

Commit a2449e4

Browse files
authored
Update doxygen.yml
Add deploy step
1 parent 3bca80f commit a2449e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/doxygen.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
doxyfile-path: './doxyfile'
1717
- run: ls -la doc
1818
- run: ls -la doc/html
19+
- name: Deploy
20+
uses: peaceiris/actions-gh-pages@v3
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
publish_dir: ./public

0 commit comments

Comments
 (0)