-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove gh-pages deploy in favor of netlify #4128
Conversation
Keep the deploy step as a placeholder
Codecov Report
@@ Coverage Diff @@
## master #4128 +/- ##
=========================================
Coverage ? 40.59%
=========================================
Files ? 483
Lines ? 5747
Branches ? 770
=========================================
Hits ? 2333
Misses ? 3042
Partials ? 372 Continue to review full report at Codecov.
|
.circleci/config.yml
Outdated
git config --global user.email "gh-pages@localhost" | ||
git config --global user.name "npm gh-pages" | ||
yarn deploy:ci | ||
echo "Nothing to deploy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the whole job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the whole job from config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shilman Before merging this PR, could you please address this? #4126 (comment). We need to figure out what process we are going to follow. |
I actually realized that the current deploy job is broken anyway because of circleci tag filter rule. So, I am merging this. |
Issue: #4126
What I did
Now the gh-pages branch will go out of date (and we should probably remove it once we are fully onto netlify), and storybook.js.org points to the netlify instance rather than to storybooks.github.io/storybook (See js-org/js.org#2304)
How to test
Not really testable until we merge this into a tag
vX.Y.Z
commit. But I've been messing around with this for an hour or so, and am confident it's safe.