web preload script [ci skip]

This commit is contained in:
edoapra 2020-11-20 10:00:52 -08:00
parent 502dc205a0
commit 6e65dd1146
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

5
contrib/mkdocs/preload.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd nwchemgit.github.io/
git pull
patch -p1 < ../preload.patch
git pull;git commit -m preload index.html ; git push