diff options
| author | 2024-09-08 05:07:42 +0800 | |
|---|---|---|
| committer | 2024-09-08 05:07:42 +0800 | |
| commit | 877d65a6d0251285a83d6dad0a13f69c3e89b563 (patch) | |
| tree | 59eb5a8bdd4882f2e4292baba6eee66020411833 /.github/workflows/build-api.yml | |
| parent | 5ff0735fa126b2d7147e694574fcd84ad57552b4 (diff) | |
| download | HydroRoll-877d65a6d0251285a83d6dad0a13f69c3e89b563.tar.gz HydroRoll-877d65a6d0251285a83d6dad0a13f69c3e89b563.zip | |
chore(deps): update watchfiles and windows-curses wheel hashes (#111)
Diffstat (limited to '.github/workflows/build-api.yml')
| -rw-r--r-- | .github/workflows/build-api.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index b81f717..74305aa 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -5,11 +5,6 @@ on: tags: - "v*" workflow_dispatch: - inputs: - version: - type: string - required: true - description: 'The version to update' jobs: update-api-doc: @@ -28,7 +23,7 @@ jobs: python-version: 3.9 cache: true - name: Install dependencies - run: pdm install -dG docs + run: pdm install - name: Remove API Doc run: rm -rf docs/source/api |
