Skip to content

Commit 01478f3

Browse files
authored
Update publish-storybook.yml
1 parent 458726e commit 01478f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-storybook.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
- name: Build & Deploy Storybook to GitHub pages
1818
run: |
1919
npm install
20-
npm run deploy-storybook
21-
env:
22-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
23-
- run: |
20+
npm run build-storybook -- -o static_storybook
21+
cd static_storybook
2422
echo "style.monday.com" > ./CNAME
2523
git init
2624
git config user.name "GH Pages Bot"
@@ -29,3 +27,5 @@ jobs:
2927
git add .
3028
git commit -m "Deploy Storybook [ci-skip]"
3129
git push --force --quiet [email protected]:DaPulse/monday-ui-react-core.git master:gh-pages
30+
env:
31+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)