Skip to content

Commit

Permalink
fix: install additional deps on doc-style action for rST support (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Oct 16, 2024
1 parent 1c9643a commit 8692b38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ runs:
run: |
python -m pip install --upgrade pip toml==${{ inputs.toml-version }}
- name: "Install docutils"
shell: bash
run: |
python -m pip install --upgrade pip docutils
- name: "Get towncrier directory"
shell: python
run: |
Expand Down Expand Up @@ -171,7 +176,7 @@ runs:
fi
- name: "Run Vale"
uses: errata-ai/vale-action@reviewdog
uses: errata-ai/vale-action@v2.1.1
env:
GITHUB_TOKEN: ${{ inputs.token }}
with:
Expand Down

0 comments on commit 8692b38

Please sign in to comment.