Skip to content

Commit

Permalink
chore(submodules): remove submodules and update api docs build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 8, 2024
1 parent 7b85695 commit 12373e0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ jobs:
cp -r hydro_roll modules/HydroRoll
pdm run sphinx-apidoc -o docs/source/api modules -f -e --tocfile index
# - name: Remove Submodule
# run: |
# git submodule deinit -f DiceParser
# git submodule deinit -f GetPlayerCard
# git submodule deinit -f HydroRollCore
# git submodule deinit -f TRPGNivis
- name: Remove Temp Folder
run: |
rm -rf modules
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 12373e0

Please sign in to comment.