Skip to content

Commit a6258c1

Browse files
authored
ci: correct release (jquense#2331)
1 parent 48a92fa commit a6258c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/storybook.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
2323
- name: Deploy 🚀
2424
# https://github.com/JamesIves/github-pages-deploy-action
25-
uses: JamesIves/github-pages-deploy-action@v4.2.5
25+
uses: JamesIves/github-pages-deploy-action@v4.4.1
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
28-
branch: gh-pages # The branch the action should deploy to.
2928
folder: storybook-static # The folder that the build-storybook script generates files.
3029
target-folder: examples
3130
clean: true # Automatically remove deleted files from the deploy branch
32-
commit-msg: 'docs: update documentation site'
31+
commit-message: 'docs: update documentation site'

0 commit comments

Comments
 (0)