update scripty
This commit is contained in:
parent
0a0768d11a
commit
875f702a78
1 changed files with 12 additions and 0 deletions
12
update.sh
Executable file
12
update.sh
Executable 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
|
Loading…
Add table
Reference in a new issue