Skip to content

Commit

Permalink
Add docutils to deployment dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rartino authored Jul 4, 2024
1 parent eba3d09 commit f85407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/httkweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install python3 python3-yaml python3-jsonschema python3-markdown python3-mdx-math python3-pygments
sudo apt-get install python3 python3-yaml python3-jsonschema python3-markdown python3-mdx-math python3-pygments python3-docutils
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f85407e

Please sign in to comment.