From a73cb7593de1330c79794a5441e0e83093b6b734 Mon Sep 17 00:00:00 2001 From: SciLor Date: Wed, 14 Aug 2024 09:25:52 +0000 Subject: [PATCH] submodule update + submodule status --- .github/workflows/build_commit_web.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_commit_web.yml b/.github/workflows/build_commit_web.yml index 7218a2c2..0171833c 100644 --- a/.github/workflows/build_commit_web.yml +++ b/.github/workflows/build_commit_web.yml @@ -13,12 +13,13 @@ jobs: with: submodules: recursive - # - name: Update teddycloud_web submodule - # run: git submodule update --remote teddycloud_web + - name: Update teddycloud_web submodule + run: git submodule update --remote teddycloud_web - name: Git status run: | git status + git submodule status cd teddycloud_web git status cd ..