mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
Update update-submodules.yml
This commit is contained in:
parent
10008aa9af
commit
c1d5762afd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue