We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16484 commit f28a28cCopy full SHA for f28a28c
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
run: yarn build:storybook
104
105
- name: Deploy storybook documentation to gh-pages
106
- uses: JamesIves/github-pages-deploy-action@v4.2.5
+ uses: JamesIves/github-pages-deploy-action@v4.3.3
107
with:
108
branch: gh-pages # The branch the action should deploy to.
109
folder: .docs # The folder the action should deploy.
0 commit comments