Skip to content

Commit

Permalink
submodule update + submodule status
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 14, 2024
1 parent 54f9401 commit a73cb75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_commit_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit a73cb75

Please sign in to comment.