mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
github: Fix CI build
This commit is contained in:
parent
bf0b140364
commit
9323376dfa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-dart-sass-v1.yml
vendored
2
.github/workflows/test-dart-sass-v1.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
- name: Install docutils
|
- name: Install docutils
|
||||||
run: |
|
run: |
|
||||||
pip install docutils
|
pip install docutils
|
||||||
rst2html.py --version
|
rst2html --version
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
name: Install pandoc on Linux
|
name: Install pandoc on Linux
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Install docutils
|
- name: Install docutils
|
||||||
run: |
|
run: |
|
||||||
pip install docutils
|
pip install docutils
|
||||||
rst2html.py --version
|
rst2html --version
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
name: Install pandoc on Linux
|
name: Install pandoc on Linux
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue