improvement: adapt to newer generation systems
This commit is contained in:
parent
e3715fad34
commit
71fc156e01
1 changed files with 2 additions and 2 deletions
4
update.sh
Normal file → Executable file
4
update.sh
Normal file → Executable file
|
@ -1,9 +1,9 @@
|
||||||
cd hosted/rulebook
|
cd hosted/rulebook
|
||||||
git pull
|
git pull
|
||||||
gulp
|
sh generate.sh
|
||||||
cd ../kazhnuz.space
|
cd ../kazhnuz.space
|
||||||
git pull
|
git pull
|
||||||
sh generate.sh
|
sh generate.sh
|
||||||
cd ../kobold.city
|
cd ../kobold.city
|
||||||
git pull
|
git pull
|
||||||
gulp
|
sh generate.sh
|
||||||
|
|
Loading…
Reference in a new issue