Compare commits

...

1 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen 4922d7b55d github: Fix CI build 2024-04-11 12:29:35 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install docutils
run: |
pip install docutils
rst2html.py --version
rst2html --version
- if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux
run: |
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Install docutils
run: |
pip install docutils
rst2html.py --version
rst2html --version
- if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux
run: |