update submodule
This commit is contained in:
parent
ad60607e86
commit
136d2acc26
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 71193a2e50b03bf46f16a37cdea357740563fb74
|
||||
Subproject commit 1d10d65adbc35c4f18945fe4edc41b10a6177365
|
|
@ -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