We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458726e commit 01478f3Copy full SHA for 01478f3
.github/workflows/publish-storybook.yml
@@ -17,10 +17,8 @@ jobs:
17
- name: Build & Deploy Storybook to GitHub pages
18
run: |
19
npm install
20
- npm run deploy-storybook
21
- env:
22
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
23
- - run: |
+ npm run build-storybook -- -o static_storybook
+ cd static_storybook
24
echo "style.monday.com" > ./CNAME
25
git init
26
git config user.name "GH Pages Bot"
@@ -29,3 +27,5 @@ jobs:
29
27
git add .
30
28
git commit -m "Deploy Storybook [ci-skip]"
31
git push --force --quiet [email protected]:DaPulse/monday-ui-react-core.git master:gh-pages
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments