diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 04deed9e..141f9577 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: