Skip to content

Commit

Permalink
Update publish-storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb authored Oct 11, 2020
1 parent 458726e commit 01478f3
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 @@ -17,10 +17,8 @@ jobs:
- name: Build & Deploy Storybook to GitHub pages
run: |
npm install
npm run deploy-storybook
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: |
npm run build-storybook -- -o static_storybook
cd static_storybook
echo "style.monday.com" > ./CNAME
git init
git config user.name "GH Pages Bot"
Expand All @@ -29,3 +27,5 @@ jobs:
git add .
git commit -m "Deploy Storybook [ci-skip]"
git push --force --quiet [email protected]:DaPulse/monday-ui-react-core.git master:gh-pages
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 01478f3

Please sign in to comment.