projects
/
stands-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06da7b
)
Update update script
author
Pieter De Praetere
<pieter.de.praetere@helptux.be>
Mon, 1 Feb 2021 17:18:36 +0000
(18:18 +0100)
committer
Pieter De Praetere
<pieter.de.praetere@helptux.be>
Mon, 1 Feb 2021 17:18:36 +0000
(18:18 +0100)
scripts/update.sh
patch
|
blob
|
history
diff --git
a/scripts/update.sh
b/scripts/update.sh
index 6e9c9b85a9d9f147d7cd754f7d0074f62516aef3..c2e1aa2241e31a9167e06ea617e49f2b680c1b55 100644
(file)
--- a/
scripts/update.sh
+++ b/
scripts/update.sh
@@
-7,6
+7,8
@@
git pull origin master
git submodule init
git submodule update
+git pull --recurse-submodules
+
hugo
-exit 0
\ No newline at end of file
+exit 0