update scripty

This commit is contained in:
Christoph Cullmann 2019-04-06 17:17:57 +02:00
parent 0a0768d11a
commit 875f702a78

12
update.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
# failures are evil
set -e
# update our clone
git submodule update --init --recursive
git submodule update --recursive --remote
git pull
# rerun hugo generator
./hugo