Skip to content

Commit 5995b02

Browse files
author
camilo
committed
update doc publish
1 parent c5c8cad commit 5995b02

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/docpublish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: documentation
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
deploy:
10+
build:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository and submodules
@@ -24,9 +24,8 @@ jobs:
2424
doxyfile-path: './doc/Doxyfile'
2525
- name: rm gitignore
2626
run: rm .gitignore
27-
- name: Publish generated content to GitHub Pages
28-
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
27+
- name: Deploy doc
28+
uses: peaceiris/actions-gh-pages@v4
2929
with:
30-
dir: ./doxyout/html
31-
branch: gh-pages
32-
token: ${{ secrets.GITHUB_TOKEN }}
30+
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
publish_dir: ./doxyout/html

0 commit comments

Comments
 (0)