From fb010ba61baba066ce50888f72c4e0f8a43fe462 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:34:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A9=20fix=20deploy=5Fdocs.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_docs.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index e7f2f56..2304ab7 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -4,20 +4,18 @@ on: push: branches: - main # or your default branch - jobs: - build: - runs-on: ubuntu-latest + convert_via_pandoc: + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - + - uses: docker://pandoc/latex:2.9 + - name: Set up Python uses: actions/setup-python@v4 with: python-version: "3.x" - - - uses: docker://pandoc/core:2.9 - + - name: Install dependencies run: | pip install -r requirements.txt