Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjuliao committed Mar 29, 2024
1 parent 3319f5a commit d202857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: npm install
- name: Build Storybook
run: npm run build-storybook # Adjust build command if necessary
- uses: bitovi/github-actions-storybook-to-github-pages@v1 # Use the action
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 # Use the action
with:
output_directory: 'storybook-static' # Adjust output directory if needed

0 comments on commit d202857

Please sign in to comment.