Skip to content

Commit d33c269

Browse files
committed
Fix rst2html executable name
1 parent 7219d2c commit d33c269

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ jobs:
3737
run: make distcheck
3838
- name: Docs build
3939
run: rst2html.py README.rst README.html
40+
if: "matrix.python-version == '3.8'"
41+
- name: Docs build
42+
run: rst2html README.rst README.html
43+
if: "matrix.python-version != '3.8'"

0 commit comments

Comments
 (0)