Skip to content

Commit

Permalink
Add pandoc to pre build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishit-dagli committed Aug 20, 2021
1 parent 2447583 commit 50873f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y pandoc"
pre-build-command: "apt-get install -y pandoc"
docs-folder: "docs/"

- name: Commit documentation changes
Expand Down

0 comments on commit 50873f1

Please sign in to comment.