Skip to content

Commit

Permalink
Install pandoc and pandoc-citeproc
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Apr 25, 2024
1 parent ccf649f commit c422c9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install
uses: pandoc/actions/setup@{main}
with:
version: 3.1.8
- name: Install Pandoc
run: |
sudo apt-get update
sudo apt-get install -y pandoc pandoc-citeproc
- name: Run script from the scripts folder
run: |
Expand Down

0 comments on commit c422c9d

Please sign in to comment.