Skip to content

Commit

Permalink
build: update storybook release action
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDoesThings committed Aug 14, 2023
1 parent 71b9d59 commit 530f346
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
build-and-deploy-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v3
with:
persist-credentials: false
- run: yarn
- run: yarn build-storybook
- name: Install & Build
run: |
yarn
yarn build-storybook
touch ./storybook-static/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 530f346

Please sign in to comment.