We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a92fa commit a6258c1Copy full SHA for a6258c1
.github/workflows/storybook.yml
@@ -22,11 +22,10 @@ jobs:
22
23
- name: Deploy 🚀
24
# https://github.com/JamesIves/github-pages-deploy-action
25
- uses: JamesIves/github-pages-deploy-action@v4.2.5
+ uses: JamesIves/github-pages-deploy-action@v4.4.1
26
with:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
- branch: gh-pages # The branch the action should deploy to.
29
folder: storybook-static # The folder that the build-storybook script generates files.
30
target-folder: examples
31
clean: true # Automatically remove deleted files from the deploy branch
32
- commit-msg: 'docs: update documentation site'
+ commit-message: 'docs: update documentation site'
0 commit comments