Skip to content

Commit 6476782

Browse files
committed
Pandoc
1 parent 8621393 commit 6476782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python3.8 -m venv .venv
1717
.venv/bin/python -m pip install --upgrade pip
1818
.venv/bin/pip install -e ".[dev]"
19-
- uses: pandoc/actions/setup@{main}
19+
- uses: siacodelabs/setup-pandoc@v1
2020
- name: Sphinx build
2121
run: |
2222
.venv/bin/sphinx-build -b html docs docs/_build

0 commit comments

Comments
 (0)