Skip to content

Commit 83896b8

Browse files
committed
add pandoc
1 parent a7b0b45 commit 83896b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
run: |
3131
curl -sSL https://install.python-poetry.org | python -
3232
33+
- name: Install pandoc
34+
run: |
35+
sudo apt install pandoc
36+
3337
- name: install dependencies
3438
run: |
3539
poetry install --with docs

0 commit comments

Comments
 (0)