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 bff1c6b commit 72a79f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:

# 部署到gh-pages分支
- name: deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
branch: gh-pages
folder: dist
clean: true
ACCESS_TOKEN: ${{ secrets.GH_DOCS }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs/_site # The folder the action should deploy.
CLEAN: true

0 comments on commit 72a79f7

Please sign in to comment.