From 2396e514eb29b4b235988c05439a5ab4dc23bded Mon Sep 17 00:00:00 2001 From: Justin Bousquin Date: Wed, 7 Feb 2024 09:44:41 -0600 Subject: [PATCH] Update documentation_deploy.yaml Update non-python dependencies... --- .github/workflows/documentation_deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation_deploy.yaml b/.github/workflows/documentation_deploy.yaml index 0488404..d6727b9 100644 --- a/.github/workflows/documentation_deploy.yaml +++ b/.github/workflows/documentation_deploy.yaml @@ -20,6 +20,7 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v2 + - uses: r-lib/actions/setup-pandoc@v2 - uses: actions/setup-python@v3 - name: Install dependencies run: |