You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Automate publishing of the dedicated kube-aws documentation site
* Print node.js version to debug when the script failed due to an incompatible node.js version
* `nvm` for version-locking node.js isn't available in Travis CI's golang image
* Read the repo slug(`user/reponame`) from env vars so that we do not need to hard-code it
* Improve `make publish-docs` to support various cases
* travis builds and local runs against a forked repo
# For publishing to the `git remote` named `mumoshu` linked to the repo url `[email protected]:mumoshu/kube-aws.git`, the env vars should be:
46
+
# REPO=mumoshu/kube-aws REMOTE=mumoshu make publish-docs
47
+
# For publishing to the `git remote` named `origin` linked to the repo url `[email protected]:kubernetes-incubator/kube-aws.git`, the env vars should be:
48
+
# REPO=kubernetes-incubator/kube-aws REMOTE=origin make publish-docs
0 commit comments