Skip to content

Commit dcc42d9

Browse files
author
Daniel Mittelman
committed
Test storybook's config
1 parent 7ad3bd4 commit dcc42d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish-storybook.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
git config commit.gpgsign false
2727
git add .
2828
git commit -m "Deploy Storybook [ci-skip]"
29-
git push --force --quiet [email protected]:DaPulse/monday-ui-react-core.git master:gh-pages
3029
env:
3130
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
31+
- name: Push to Storybook's branch
32+
uses: ad-m/[email protected]
33+
with:
34+
github_token: ${secrets.GIT_TOKEN}}
35+
branch: "master:gh-pages"
36+
force: true

0 commit comments

Comments
 (0)