mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
Merge pull request #18 from streamich/fix-ci
ci: 🎡 setup GitHub remove before uploading to gh-pages
This commit is contained in:
commit
d58a89ac0e
@ -67,6 +67,13 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: ~/repo/storybook-static
|
||||
- *Commit_Status_Storybook
|
||||
- run:
|
||||
name: Setup GitHub
|
||||
command: |
|
||||
git config --global user.email "streamich@gmail.com"
|
||||
git config --global user.name "streamich"
|
||||
git remote rm origin
|
||||
git remote add origin https://${GITHUB_TOKEN}@github.com/streamich/react-use
|
||||
- *Upload_Storybook
|
||||
- *Release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user