Skip to content

Commit

Permalink
- Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 27, 2023
1 parent 3573492 commit 35324c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
run: pnpm install

- name: Run pre-requisites tasks
run: gulp set-version
run: |
pnpm i -g gulp
gulp set-version
- name: Build Storybook
run: npx lerna run docs:build --scope=pnp-modern-search-core
Expand Down

0 comments on commit 35324c0

Please sign in to comment.