Skip to content

Commit 24720db

Browse files
committed
Use peaceiris gh-pages action
1 parent 56a2090 commit 24720db

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ jobs:
9595
make html
9696
9797
- name: Deploy docs
98-
uses: JamesIves/github-pages-deploy-action@releases/v3
98+
uses: peaceiris/actions-gh-pages@v3
9999
with:
100-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
101-
BRANCH: gh-pages
102-
FOLDER: docs/_build/html
100+
github_token: ${{ secrets.GITHUB_TOKEN }}
101+
publish_dir: docs/_build/html
102+
publish_branch: gh-pages
103+
enable_jekyll: false

0 commit comments

Comments
 (0)