Skip to content

Commit

Permalink
ci: merge commands to build and publish the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 19, 2024
1 parent 044b74f commit b5848dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm run build
- run: pnpm run build-storybook
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
with:
install_command: pnpm install
build_command: pnpm run build && pnpm run build-storybook
path: storybook-static

release-please:
Expand Down

0 comments on commit b5848dd

Please sign in to comment.