Skip to content

Commit

Permalink
ci: correct release (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Jan 5, 2023
1 parent 48a92fa commit a6258c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
- name: Deploy 🚀
# https://github.com/JamesIves/github-pages-deploy-action
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: storybook-static # The folder that the build-storybook script generates files.
target-folder: examples
clean: true # Automatically remove deleted files from the deploy branch
commit-msg: 'docs: update documentation site'
commit-message: 'docs: update documentation site'

0 comments on commit a6258c1

Please sign in to comment.