Skip to content

Commit

Permalink
chore(docs): update build-api workflow to remove API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 7, 2024
1 parent 15aa864 commit 11970c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11970c0

Please sign in to comment.