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 b464b09 commit de1e1c4Copy full SHA for de1e1c4
.github/workflows/deploy-github-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: '22'
29
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
30
- - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
+ - uses: bitovi/github-actions-storybook-to-github-pages@b75ece8f984a32b2adb322065d7a8a2cc8db2d52 # v1.0.3
31
32
install_command: npm ci # default: npm ci
33
build_command: npm run storybook:build # default: npm run build-storybook
0 commit comments