From ad74d918169b5493a710398c50105a92a4e7ed97 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 8 Sep 2024 05:33:13 +0800 Subject: chore(deps): update Python and docs dependencies, adjust API build workflow --- .github/workflows/build-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index 0512c44..b690949 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -1,4 +1,4 @@ -name: api build +name: Build API Doc on: push: @@ -8,7 +8,7 @@ on: inputs: reason: type: string - required: true + required: false description: 'The reason to manually trigger api doc build' jobs: @@ -32,7 +32,7 @@ jobs: run: pdm sync - name: Install dependencies - run: pdm install -dG docs + run: pdm install --group docs --dev --no-default - name: Remove API Doc run: rm -rf docs/source/api -- cgit v1.2.3-70-g09d2