File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rm -rf tmp_gh-pages/latest
2121mkdir tmp_gh-pages/latest
2222for version_base in ${version_bases[@]}
2323do
24- mvn site:stage --quiet -Djava.util.logging.config.file=logging.properties -DtopSiteURL=http ://googlecloudplatform.github.io/google-cloud-java/site/${version_base} /
24+ mvn site:stage --quiet -Djava.util.logging.config.file=logging.properties -DtopSiteURL=https ://googlecloudplatform.github.io/google-cloud-java/site/${version_base} /
2525 cd tmp_gh-pages
2626 cp -r ../target/staging/* /* $version_base
2727 sed -i " s/{{SITE_VERSION}}/$SITE_VERSION /g" ${version_base} /index.html # Update "Quickstart with Maven" to reflect version change
3030done
3131
3232cd tmp_gh-pages
33- echo " <html><head><meta http-equiv=\" refresh\" content=\" 0; URL='http ://GoogleCloudPlatform.github.io/google-cloud-java/${SITE_VERSION_BASE} /index.html'\" /></head><body></body></html>" > index.html
33+ echo " <html><head><meta http-equiv=\" refresh\" content=\" 0; URL='https ://GoogleCloudPlatform.github.io/google-cloud-java/${SITE_VERSION_BASE} /index.html'\" /></head><body></body></html>" > index.html
3434git add index.html
3535echo " <html><head><script>window.location.replace('/google-cloud-java/${SITE_VERSION_BASE} /apidocs' + location.search)</script></head><body></body></html>" > apidocs/index.html
3636git add apidocs/index.html
You can’t perform that action at this time.
0 commit comments