Skip to content

Commit 8621393

Browse files
committed
Pandoc
1 parent d69c537 commit 8621393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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}
1920
- name: Sphinx build
2021
run: |
2122
.venv/bin/sphinx-build -b html docs docs/_build

0 commit comments

Comments
 (0)