Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanuuu authored Apr 12, 2024
1 parent 3005765 commit 20196f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- master
- test
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
Expand All @@ -24,4 +26,6 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: packages/vue-ui-storybook/storybook-static # The folder the action should deploy.
token: ${{ secrets.ACCESS_TOKEN }}
ssh-key: csdn



0 comments on commit 20196f1

Please sign in to comment.