Skip to content

Commit

Permalink
ci: use ACTIONS_DEPLOY_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedRiceNoodles committed Feb 19, 2024
1 parent 76a654a commit 775f20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY_0219 }}
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY_0219 }}
# 文档目录,如果是 react 模板需要修改为 docs-dist
publish_dir: ./docs-dist

0 comments on commit 775f20e

Please sign in to comment.