git submodule update

This commit is contained in:
Maxime Beauchemin
2024-11-25 14:57:47 -08:00
parent 4ff6d5098f
commit ad4e20b733

View File

@@ -59,6 +59,7 @@ jobs:
git reset --hard
git clean -fdx
git checkout -b local_gha_temp
git submodule update
# Fetch the latest gh-pages branch
git fetch origin gh-pages