From 1ba22f4547b6e32b189239718390e4fcaa77be14 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:18:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix=20pandoc=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index e0a756c..a851535 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -10,11 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - 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 sphinx nbsphinx sphinx-rtd-theme pandoc