From beb1348782e8f6c268b02aa8ddf094d22ebe01fd Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 17 Dec 2020 14:53:47 -0800 Subject: [PATCH] move to sh token based github access [ci skip] --- contrib/mkdocs/build_website.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "********"