diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-api.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
