diff options
| author | 2024-09-08 04:49:01 +0800 | |
|---|---|---|
| committer | 2024-09-08 04:49:01 +0800 | |
| commit | 11970c0e42e5db0ceff1dae64672e484baae5535 (patch) | |
| tree | af243d6340aa2d23532ca58925cfd285e87c05d5 | |
| parent | 15aa86402c55c8bfcd984f03869a24cac95b8d5c (diff) | |
| download | HydroRoll-11970c0e42e5db0ceff1dae64672e484baae5535.tar.gz HydroRoll-11970c0e42e5db0ceff1dae64672e484baae5535.zip | |
chore(docs): update build-api workflow to remove API docs
| -rw-r--r-- | .github/workflows/build-api.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index 74305aa..ee3411f 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -23,7 +23,7 @@ jobs: python-version: 3.9 cache: true - name: Install dependencies - run: pdm install + run: pdm install -dG docs - name: Remove API Doc run: rm -rf docs/source/api |
