Skip to content

Commit

Permalink
fix: typo in yml for Github page deployment (#1079)
Browse files Browse the repository at this point in the history
* fix: typo in yml for Github page deployment
  • Loading branch information
HoonBaek committed Apr 26, 2024
1 parent b069255 commit c5ceaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
install_command: yarn install # default: npm ci
build_command: yarn build-storybook # default: npm run build-storybook
build_command: yarn build:storybook # default: npm run build-storybook
path: storybook-static # default: dist/storybook
checkout: false # default: true

0 comments on commit c5ceaa0

Please sign in to comment.