mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
move to sh token based github access [ci skip]
This commit is contained in:
parent
26c4a37a97
commit
beb1348782
1 changed files with 2 additions and 1 deletions
|
|
@ -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 "********"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue