From 943ce11e662a2790b372ecabcc8ee344072e5fa3 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Wed, 28 Aug 2024 16:24:41 +0300 Subject: [PATCH] [#] Handle submodule URL change gracefully in CI Signed-off-by: Vitaliy Potyarkin --- Makefile | 4 +++- themes/dot-hugo | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39709a7..ea45435 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/themes/dot-hugo b/themes/dot-hugo index 59820ed..3392200 160000 --- a/themes/dot-hugo +++ b/themes/dot-hugo @@ -1 +1 @@ -Subproject commit 59820ed5c97af782f0688cbbb6d416bb909db39a +Subproject commit 33922003e6d9e3ff85ec2dfadf7f43a1cec76829