Skip to content

Commit

Permalink
try gh pages storybook release
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 5, 2025
1 parent 4e5713e commit fc0df62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/PublishStorybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: npm run build:storybook
working-directory: src/Components

# #👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
# - uses: bitovi/[email protected]
# with:
# install_command: echo "install skipped" # default: npm ci
# build_command: echo "build skipped" # default: npm run build-storybook
# path: src/Components/storybook-static # default: dist/storybook
# checkout: false # default: true
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
- uses: bitovi/[email protected]
with:
install_command: echo "install skipped" # default: npm ci
build_command: echo "build skipped" # default: npm run build-storybook
path: src/Components/storybook-static # default: dist/storybook
checkout: false # default: true

0 comments on commit fc0df62

Please sign in to comment.