move to sh token based github access [ci skip]

This commit is contained in:
edoapra 2020-12-17 14:53:47 -08:00
parent 26c4a37a97
commit beb1348782
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -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 "********"