From 53cbbfaa761a8970f017a9970987dbd14baac2d0 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 8 Sep 2024 10:46:19 +0800 Subject: [PATCH] chore(submodules): move submodules, update api docs build and remove old ones --- .github/workflows/build-api.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index 4e9c1c3..f743002 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -39,6 +39,7 @@ jobs: - name: Moving Submodule run: | + ls mv DiceParser/src/oneroll OneRoll mv GetPlayerCard/get_pc getPCCard mv HydroRollCore/hrc HydroRollCore @@ -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" \ No newline at end of file