-
Notifications
You must be signed in to change notification settings - Fork 592
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
docs: individual package support #1479
docs: individual package support #1479
Conversation
@stephenplusplus I'm kinda puzzled on the deployment strategy for this.. seems like there's a lot of duplicated logic between
Should travis be where we update the individual modules JSON in ghpages? Or in the publish script? I'm a little lost about which scripts fire when now. |
var parser = require('./parser'); | ||
var config = require('./config'); | ||
|
||
// since we version the JSON in ghpages and we don't create tags for |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
I think anything touching
Because the publish script in my PR will create a custom git tag (e.g. |
fixed typo above ( |
@@ -24,12 +24,20 @@ npm run system-test | |||
git config --global user.name "travis-ci" | |||
git config --global user.email "travis@travis-ci.org" | |||
|
|||
if [[ ${TRAVIS_TAG} == *"-"* ]]; then |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM! |
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
docs: refactor doc scripts for modularization
Closes #1475
Relates to #1471
Depends on https://github.com/GoogleCloudPlatform/gcloud-common/pull/157
Demo