From 2a67c0b54328cfd2778346859e1dbaa9bfa348c6 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:45:53 +0200 Subject: [PATCH] fix pandoc version --- .github/workflows/generate_documentation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 99d20f4a..706c3ad2 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -31,9 +31,7 @@ jobs: run: | 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 + uses: pandoc/actions/setup - name: Generate Documentation run: | cd docs_source