update submodule

This commit is contained in:
Josia Pietsch 2025-05-24 20:42:11 +02:00
parent ad60607e86
commit 136d2acc26
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 71193a2e50b03bf46f16a37cdea357740563fb74
Subproject commit 1d10d65adbc35c4f18945fe4edc41b10a6177365

View file

@ -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