Skip to content

Commit

Permalink
Install docutils for rst2html for vale
Browse files Browse the repository at this point in the history
  • Loading branch information
plaindocs committed Oct 16, 2024
1 parent 4ff23f5 commit d5d6c35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
path: ${{ env.pythonLocation }}
key: v2-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
- name: Install html-proofer
run: sudo gem install html-proofer -v '<4.4'

- name: Install docutilsfor rst2html
run: sudo apt-get install -y docutils

- name: Install dependencies
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
with:
name: html
path: html.tar.gz

- name: Check links
if: success()
run: |
Expand Down

0 comments on commit d5d6c35

Please sign in to comment.