Skip to content

Commit

Permalink
Fix rst2html executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jun 11, 2024
1 parent 7219d2c commit d33c269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
run: make distcheck
- name: Docs build
run: rst2html.py README.rst README.html
if: "matrix.python-version == '3.8'"
- name: Docs build
run: rst2html README.rst README.html
if: "matrix.python-version != '3.8'"

0 comments on commit d33c269

Please sign in to comment.