Skip to content

Commit

Permalink
Need to install wkhtmltopdf to run PDF task 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Oct 11, 2023
1 parent e6128ff commit 7c69215
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run: |
wget https://github.com/jgm/pandoc/releases/download/3.1.8/pandoc-3.1.8-1-amd64.deb
sudo dpkg -i pandoc-3.1.8-1-amd64.deb
- name: Install wkhtmltopdf
run: |
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo dpkg -i wkhtmltox_0.12.6.1-2.jammy_amd64.deb
- run: ./gradlew generateDocsHtml generateDocsPdf
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7c69215

Please sign in to comment.