Skip to content

Commit

Permalink
fix pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed May 31, 2024
1 parent d0717c3 commit 2a67c0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a67c0b

Please sign in to comment.