[#] Handle submodule URL change gracefully in CI
Some checks failed
build static site / build (pull_request) Failing after 21s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-08-28 16:24:41 +03:00
parent 53f252207f
commit 943ce11e66
2 changed files with 4 additions and 2 deletions

View file

@ -26,4 +26,6 @@ server: submodules $(HUGO_BIN)
submodules:
@git submodule init
@git submodule update --recursive --remote
@git submodule update --recursive --remote \
|| git submodule sync \
&& git submodule update --recursive --remote

@ -1 +1 @@
Subproject commit 59820ed5c97af782f0688cbbb6d416bb909db39a
Subproject commit 33922003e6d9e3ff85ec2dfadf7f43a1cec76829