Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Feb 23, 2022
1 parent 462329d commit ce53581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip3 install -r requirements-dev.txt"
pre-build-command: "apt-get install -y pandoc && python -m pip install -r requirements-dev.txt"
docs-folder: "docs/"
- name: Commit documentation changes
run: |
Expand Down

0 comments on commit ce53581

Please sign in to comment.