Skip to content

Commit

Permalink
ci: update build-storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-potepa authored Sep 12, 2023
1 parent 0bc3618 commit 1725abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
deploy:
name: Deploy Storybook to GitHub Pages
runs-on: ubuntu-latest
env:
STORYBOOK_HOST: ${{ vars.STORYBOOK_HOST }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -23,6 +21,8 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Storybook
env:
STORYBOOK_HOST: ${{ vars.STORYBOOK_HOST }}
run: yarn build-storybook

# Popular action to deploy to GitHub Pages:
Expand Down

0 comments on commit 1725abb

Please sign in to comment.