Skip to content

Commit c900cf4

Browse files
committed
ci(docspublish): update peaceiris/actions-gh-pages to v3
1 parent b7ae972 commit c900cf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docspublish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: |
2727
python -m mkdocs build
2828
- name: Push doc to Github Page
29-
uses: peaceiris/actions-gh-pages@v2
29+
uses: peaceiris/actions-gh-pages@v3
3030
env:
31-
PERSONAL_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
32-
PUBLISH_BRANCH: gh-pages
33-
PUBLISH_DIR: ./site
31+
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
32+
publish_branch: gh-pages
33+
publish_dir: ./site

0 commit comments

Comments
 (0)