Skip to content

Commit

Permalink
edit publish storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil committed Mar 18, 2024
1 parent 0bba3b1 commit 99d7877
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,24 @@ jobs:
run: |
yarn lerna run build --include-dependencies
yarn lerna run --scope monday-ui-react-core build-storybook
yarn lerna run --scope vibe-storybook-components build-storybook
cd packages/core/static_storybook
echo "style.monday.com" > ./CNAME
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
- name: Push storybook-blocks Storybook to Github Pages
if: success()
uses: JamesIves/[email protected]
with:
folder: packages/storybook-blocks/storybook-static
branch: gh-pages
target-folder: storybook-blocks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push core Storybook to Github Pages
uses: JamesIves/[email protected]
with:
clean-exclude: storybook-blocks/*
folder: packages/core/static_storybook
branch: gh-pages
env:
Expand Down

0 comments on commit 99d7877

Please sign in to comment.