Skip to content

Commit

Permalink
Use pandoc setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Nov 27, 2024
1 parent bb02156 commit a8d0104
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/report-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pandoc and wkhtmltopdf
run: |
sudo apt update
sudo apt install pandoc
- name: Install Pandoc
uses: r-lib/actions/setup-pandoc@v2
- name: Perform html conversion with pandoc
run: |
pandoc -f markdown -t html5 --embed-resources --standalone \
Expand Down

0 comments on commit a8d0104

Please sign in to comment.