Skip to content

Commit

Permalink
simplify, add storybook to action
Browse files Browse the repository at this point in the history
  • Loading branch information
gkindel committed Oct 21, 2024
1 parent 5e91306 commit 79e351f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: Predeploy build
run: npm run predeploy
- name: Storybook build
run: npm run predeploy
- run: echo git remote set-url origin https://git:[email protected]/${GITHUB_REPOSITORY}.git
run: npm run build-storybook
- name: Deploy to gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit 79e351f

Please sign in to comment.