Skip to content

Commit

Permalink
chore(submodules): move submodules, update api docs build and remove …
Browse files Browse the repository at this point in the history
…old ones
  • Loading branch information
HsiangNianian committed Sep 8, 2024
1 parent 380562e commit e2a136e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
ls
mv DiceParser/src/oneroll OneRoll
mv GetPlayerCard/get_pc getPCCard
mv HydroRollCore/hrc HydroRollCore
mv HydroRollCore/hrc HRC
mv TRPGNivis/nivis_python TRPGNivisSDK
- name: Build API Doc For HydroRoll
run: |
pdm run sphinx-apidoc -o docs/source/api hydro_roll -f -e --tocfile index
pdm run sphinx-apidoc -o docs/source/api getPCCard -f -e --tocfile index
pdm run sphinx-apidoc -o docs/source/api HydroRollCore -f -e --tocfile index
pdm run sphinx-apidoc -o docs/source/api HRC -f -e --tocfile index
pdm run sphinx-apidoc -o docs/source/api TRPGNivisSDK -f -e --tocfile index
pdm run sphinx-apidoc -o docs/source/api OneRoll -f -e --tocfile index
shell: bash
Expand All @@ -62,7 +62,7 @@ jobs:
run: |
rm -rf OneRoll
rm -rf getPCCard
rm -rf HydroRollCore
rm -rf HRC
rm -rf TRPGNivisSDK
- name: Remove Submodule
Expand Down

0 comments on commit e2a136e

Please sign in to comment.