Skip to content

Commit

Permalink
chore: fix deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Nov 10, 2024
1 parent 7ad4129 commit 6e4b64b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: deploy-github-pages
name: Publish Storybook to GitHub Pages
with:
build_command: npm run build:storybook --output-dir=docs
build_command: npm run build:storybook
install_command: npm ci
path: docs
environment:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npx playwright install --with-deps
name: Install Playwright

- run: npm run build:storybook --quiet
- run: npm run build:storybook -- --quiet --output-dir=docs
name: Build Storybook

- run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- run: npx playwright install --with-deps
name: Install Playwright

- run: npm run build:storybook --quiet
- run: npm run build:storybook -- --quiet --output-dir=docs
name: Build Storybook

- run: |
Expand Down

0 comments on commit 6e4b64b

Please sign in to comment.