Skip to content
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

Merged
merged 10 commits into from
Aug 11, 2016
Prev Previous commit
Next Next commit
refactored json docs steps for umbrella version releases
callmehiphop committed Aug 11, 2016
commit 69d84cd37d7469f76f8f650d3deaae84995c2216
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@ cd ../
## Upload the docs to gh-pages.
git submodule add -f -b gh-pages https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} ghpages
test -d "ghpages/json/google-cloud/${TRAVIS_TAG}" && exit 0 || mkdir ghpages/json/google-cloud/${TRAVIS_TAG}
cp docs/*.md ghpages/json/google-cloud/${TRAVIS_TAG}
npm run bundle
# figure out how to version this stuff..
# cp docs/*{.md,.html} ghpages/json/${TRAVIS_TAG}
cp -R ghpages/json/google-cloud/master ghpages/json/google-cloud/${TRAVIS_TAG}
cp docs/home.html ghpages/json
cp docs/manifest.json ghpages
cd ghpages