From d0717c3ea15f2d47c7675fc470d7e4cb0bb24874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sophia=20M=C3=A4dler?= <15019107+sophiamaedler@users.noreply.github.com> Date: Fri, 31 May 2024 15:43:11 +0200 Subject: [PATCH] add pandoc version --- .github/workflows/generate_documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 7c91398f..99d20f4a 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -32,6 +32,8 @@ jobs: pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints sphinx-argparse nbsphinx renku-sphinx-theme - name: Install Pandoc uses: pandoc/actions/setup@{main} + with: + version: 2.19 - name: Generate Documentation run: | cd docs_source