Skip to content

Commit

Permalink
chore(submodules): update api docs build workflow with combined commands
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 8, 2024
1 parent 1d8958f commit ef79984
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ jobs:
- 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 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
pdm run sphinx-apidoc -o docs/source/api hydro_roll getPCCard HRC TRPGNivisSDK OneRoll -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 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
- name: Remove Temp Folder
run: |
Expand Down

0 comments on commit ef79984

Please sign in to comment.