Skip to content

Commit

Permalink
chore(submodules): update submodules with new repos and paths, adjust…
Browse files Browse the repository at this point in the history
… workflow for api build
  • Loading branch information
HsiangNianian committed Sep 8, 2024
1 parent e2a136e commit 1d8958f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,14 @@ jobs:
rm -rf getPCCard
rm -rf HRC
rm -rf TRPGNivisSDK
ls docs/source/api
- name: Remove Submodule
run: |
git submodule deinit -f OneRoll
git submodule deinit -f getPCCard
git submodule deinit -f DiceParser
git submodule deinit -f GetPlayerCard
git submodule deinit -f HydroRollCore
git submodule deinit -f TRPGNivisSDK
git submodule deinit -f TRPGNivis
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 1d8958f

Please sign in to comment.