Skip to content

Commit

Permalink
fix GitHub workflow Doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
1103837067 committed Oct 18, 2024
1 parent 93ebd89 commit 03588a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ jobs:
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
pip install -r requirements.txt
- name: 生成 API 文档
run: |
sphinx-apidoc -o docs/source/modules ../ha4t/ --extensions EXTENSIONS -e
- name: 构建文档
run: |
cd docs
sphinx-apidoc -o docs/source/modules ../ha4t/ --extensions EXTENSIONS -e
make html
- name: Setup Pages
Expand Down

0 comments on commit 03588a8

Please sign in to comment.