Skip to content

Commit

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

- name: Install
uses: pandoc/actions/setup@{main}
with:
version: 3.1.8

- name: Run script from the scripts folder
run: |
chmod +x ./scripts/transform_files.sh
Expand Down

0 comments on commit ccf649f

Please sign in to comment.