Skip to content

Commit

Permalink
ci(publish-storybook): build should always run (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Mar 5, 2024
1 parent f37bb28 commit 84a0013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- name: Run Setup
uses: ./.github/actions/setup
with:
node-version-file: ".nvmrc"
npm_token: ${{ secrets.npm_token }}
- name: Build & deploy Storybooks to GitHub Pages
run: |
yarn
yarn lerna run build --since --include-dependencies
yarn lerna run build --include-dependencies
yarn lerna run --scope monday-ui-react-core build-storybook
yarn lerna run --scope monday-ui-style build-storybook
cd packages/core/static_storybook
Expand Down

0 comments on commit 84a0013

Please sign in to comment.