From a1d67831284b653f441ecc8f5e765b22b1d1e9fc Mon Sep 17 00:00:00 2001 From: tylerapritchard Date: Mon, 29 Apr 2024 18:17:46 -0400 Subject: [PATCH] Update documentation.yml with pandoc --- .github/workflows/documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 75152e7..e52bea0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,6 +11,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 + - uses: pandoc/actions/setup@{main} + with: + version: 2.19 - name: Install dependencies run: | pip install poetry