Skip to content

Commit

Permalink
Test storybook's config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mittelman committed Oct 14, 2020
1 parent 7ad3bd4 commit dcc42d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
git config commit.gpgsign false
git add .
git commit -m "Deploy Storybook [ci-skip]"
git push --force --quiet git@github.com:DaPulse/monday-ui-react-core.git master:gh-pages
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: Push to Storybook's branch
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${secrets.GIT_TOKEN}}
branch: "master:gh-pages"
force: true

0 comments on commit dcc42d9

Please sign in to comment.