Skip to content

Commit

Permalink
Merge pull request #109 from emulsify-ds/release-deprecation
Browse files Browse the repository at this point in the history
fix: broken github actions due to use an old build command
  • Loading branch information
callinmullaney authored Apr 17, 2024
2 parents 22b2837 + 7883069 commit 00b9681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-component-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build storybook
run: npm run storybook:build
run: npm run storybook-build
- name: Deploy storybook
run: npm run storybook:deploy -- --source-branch main --ci
run: npm run storybook-deploy -- --source-branch main --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00b9681

Please sign in to comment.