diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index f298a76..ad26f66 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,6 +18,10 @@ jobs: - name: Update submodules run: | + git submodule deinit Tweaks/YTNoCommunityPosts + git rm Tweaks/YTNoCommunityPosts + rm -rf .git/modules/Tweaks/YTNoCommunityPosts + git add . git submodule update --init --recursive --remote Tweaks/Alderis git add . git submodule update --init --recursive --remote Tweaks/DontEatMyContent