From 12373e0913585928d0bd84d380bae844bca949ae Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 8 Sep 2024 11:19:19 +0800 Subject: [PATCH] chore(submodules): remove submodules and update api docs build workflow --- .github/workflows/build-api.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index cd1b74a..89916db 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -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