Skip to content

Commit

Permalink
use script to install dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Jan 30, 2024
1 parent 35ab021 commit 3f0b93b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/2.2.2.1/pandoc-2.2.2.1-1-amd64.deb -O /tmp/pandoc.deb
sudo dpkg -i /tmp/pandoc.deb
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz -O /tmp/wkhtml.tar.xz
sudo tar -xf /tmp/wkhtml.tar.xz --strip-components=1 -C /usr/local
run: bin/install_dependencies.sh

- name: Run the PDF compilation process
run: bin/build.sh
Expand Down

0 comments on commit 3f0b93b

Please sign in to comment.