Skip to content

Commit 4e7a1c9

Browse files
committed
modify doc workflow
1 parent fd8a24a commit 4e7a1c9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/testing_doc.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Checkout code
16+
- name: Checkout Doc
1717
uses: actions/checkout@v2
18-
19-
- name: Set up Python
2018
uses: ammaraskar/sphinx-action@7.4.7
2119
with:
2220
pre-build-command: "python3 -m pip install .[doc]"
23-
docs-folder: "docs/"
24-
25-
- name: Build Sphinx documentation
26-
run: |
27-
cd docs
28-
make html SPHINXOPTS="-W"
21+
docs-folder: "docs/"

0 commit comments

Comments
 (0)