Skip to content

Commit

Permalink
Merge pull request #4 from mrksbnc/dev
Browse files Browse the repository at this point in the history
workflow change
  • Loading branch information
mrksbnc authored Aug 13, 2023
2 parents f42043b + 3094000 commit 5673506
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
pnpm install
pnpm run build-storybook
npm install
npm run build-storybook
- name: Deploy Storybook 🚀
run: | # Deploy the Storybook files to GitHub Pages
pnpm run deploy-storybook
npm run deploy-storybook

0 comments on commit 5673506

Please sign in to comment.