mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
web preload script [ci skip]
This commit is contained in:
parent
502dc205a0
commit
6e65dd1146
1 changed files with 5 additions and 0 deletions
5
contrib/mkdocs/preload.sh
Executable file
5
contrib/mkdocs/preload.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue