Skip to content

Commit

Permalink
Update storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelfante authored Jan 24, 2024
1 parent 8086479 commit ae8d6d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
with:
node-version: 18

- name: Set up Git user
run: |
git config --global user.name 'hlpyco'
git config --global user.email 'open@hlpy.co'
- name: Install Dependencies
run: npm install

Expand All @@ -37,4 +32,7 @@ jobs:
run: npm run storybook:predeploy

- name: Deploy To GitHub Pages
run: npm run storybook:deploy
id: deployment-gh-pages
uses: actions/deploy-pages@v4
with:
artifact_name: static

0 comments on commit ae8d6d6

Please sign in to comment.