Skip to content

Commit

Permalink
Get pandoc release manually from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 31, 2023
1 parent bb0da9f commit cc6b151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Install apt-get dependencies
run: |
sudo apt-get update
sudo apt-get -qq install pandoc
curl --silent --location --remote-name https://github.com/jgm/pandoc/releases/download/3.1.6.2/pandoc-3.1.6.2-1-amd64.deb
# sudo apt-get -qq install pandoc # Ubuntu 22.04's pandoc is too old: 2.9.2.x
sudo apt-get install ./pandoc-*amd64.deb
- name: Check docstrings
run: |
Expand Down

0 comments on commit cc6b151

Please sign in to comment.