We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8621393 commit 6476782Copy full SHA for 6476782
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
python3.8 -m venv .venv
17
.venv/bin/python -m pip install --upgrade pip
18
.venv/bin/pip install -e ".[dev]"
19
- - uses: pandoc/actions/setup@{main}
+ - uses: siacodelabs/setup-pandoc@v1
20
- name: Sphinx build
21
run: |
22
.venv/bin/sphinx-build -b html docs docs/_build
0 commit comments