Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 5f5efb4

Browse files
committed
chore: use peaceiris/actions-gh-pages@v4
1 parent 8184e54 commit 5f5efb4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ jobs:
4343
> docs/.vuepress/dist/.nojekyll
4444
4545
- name: Deploy
46-
uses: peaceiris/actions-gh-pages@v3
46+
uses: peaceiris/actions-gh-pages@v4
4747
with:
48-
personal_token: ${{ secrets.MY_TOKEN }}
49-
# external_repository: alist-org/alist-org.github.io
50-
publish_branch: gh-pages
48+
github_token: ${{ secrets.GITHUB_TOKEN }}
5149
publish_dir: docs/.vuepress/dist
5250
# cname:
51+
52+
permissions:
53+
contents: write

0 commit comments

Comments
 (0)