Skip to content

Commit af942ad

Browse files
committed
update workflow file
1 parent 6d08b98 commit af942ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/testing_doc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ on:
1111
jobs:
1212
docs:
1313
runs-on: ubuntu-latest
14-
1514
steps:
15+
- uses: actions/checkout@v4
16+
1617
- name: Checkout Doc
17-
uses: actions/checkout@v2
1818
uses: ammaraskar/[email protected]
1919
with:
2020
pre-build-command: "python3 -m pip install .[doc]"
21-
docs-folder: "docs/"
21+
docs-folder: "docs/"
22+
build-command: "make html SPHINXOPTS='-W'"

0 commit comments

Comments
 (0)