From d3f4e7d1df8830cad1b63265eb7380d59c853413 Mon Sep 17 00:00:00 2001 From: 0xbadbee Date: Wed, 14 Aug 2024 11:26:02 +0200 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 ..