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