Skip to content

Commit

Permalink
revert deleting build step
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Jan 30, 2024
1 parent 26b5989 commit 35ab021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
run: bin/install_dependencies.sh

- name: Run the PDF compilation process
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
- name: Run the PDF compilation process
run: bin/build.sh

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 35ab021

Please sign in to comment.