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 88abb38 commit fe4249cCopy full SHA for fe4249c
.github/workflows/release.yml
@@ -24,9 +24,9 @@ jobs:
24
env:
25
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- - uses: actions/upload-pages-artifact@v1
28
- with:
29
- path: ./storybook-static
+ # - uses: actions/upload-pages-artifact@v1
+ # with:
+ # path: ./storybook-static
30
31
# See: https://github.com/actions/deploy-pages
32
# deploy-job:
0 commit comments