Skip to content

Commit 7cef2c3

Browse files
author
wangshuhan
committed
fix: use deploy key
1 parent 3b439af commit 7cef2c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build with dumi
2020
run: npm run docs:build
2121
- name: Deploy
22-
uses: peaceiris/actions-gh-pages@v4
22+
uses: peaceiris/actions-gh-pages@v3
2323
with:
24-
github_token: ${{ secrets.GH_TOKEN }}
24+
deploy_key: ${{ secrets.GH_TOKEN }}
2525
publish_dir: ./docs-dist

0 commit comments

Comments
 (0)