Skip to content

Commit

Permalink
ci: 🎡 修改workflow配置
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-czy committed Dec 20, 2023
1 parent aef0a9a commit 4256ee5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:

# 部署到gh-pages分支
- name: deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: peaceiris/actions-gh-pages@v3
with:
ACCESS_TOKEN: ${{ secrets.GH_DOCS }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
CLEAN: true
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./public

0 comments on commit 4256ee5

Please sign in to comment.