update submodule
This commit is contained in:
parent
ad60607e86
commit
136d2acc26
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
./update-submodule.sh
|
||||
|
||||
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
|
||||
|
||||
./update-submodule.sh
|
||||
|
||||
if ! [[ $(git submodule update --checkout themes/launcher) ]]; then
|
||||
# no updates
|
||||
if ! [[ ${FORCE_HUGO_UPDATE} == 1 ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue