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 20713d4 commit 53cbbfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

- name: Moving Submodule
run: |
ls
mv DiceParser/src/oneroll OneRoll
mv GetPlayerCard/get_pc getPCCard
mv HydroRollCore/hrc HydroRollCore
Expand All @@ -64,5 +65,5 @@ jobs:
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
branch: ${{ github.event.branch }}
commit_message: "chore(docs): update api docs with sphinx-apidoc"

0 comments on commit 53cbbfa

Please sign in to comment.