diff --git a/contrib/mkdocs/build_website.sh b/contrib/mkdocs/build_website.sh index aa2ec8fb0c..2deefa756f 100755 --- a/contrib/mkdocs/build_website.sh +++ b/contrib/mkdocs/build_website.sh @@ -22,7 +22,8 @@ done <../mathfiles.txt cd .. if [[ -z "${MKDOCS_SERVE}" ]]; then rm -rf nwchemgit.github.io_temp -git clone --depth 1 https://github.com/nwchemgit/nwchemgit.github.io nwchemgit.github.io_temp +#git clone --depth 1 https://github.com/nwchemgit/nwchemgit.github.io nwchemgit.github.io_temp +git clone --depth 1 git@github.com:nwchemgit/nwchemgit.github.io.git nwchemgit.github.io_temp cd nwchemgit.github.io_temp mkdocs -v gh-deploy --config-file ../mkdocs.yml --remote-branch master echo "********"