Skip to content

Commit

Permalink
Switch pandoc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampottinger committed Jul 27, 2024
1 parent cd30a8c commit 30e80ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Install Pandoc deps
run: sudo apt-get install texlive-extra-utils texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-bibtex-extra biber
- name: Download Pandoc
run: wget https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-1-amd64.deb
run: wget https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-1-amd64.deb
- name: Install Pandoc
run: sudo dpkg -i pandoc-3.1.9-1-amd64.deb
run: sudo dpkg -i pandoc-2.19.2-1-amd64.deb
- name: Prep file structure
run: mkdir paper/img
- name: Build paper
Expand Down

0 comments on commit 30e80ea

Please sign in to comment.