Skip to content

Commit 6881ccf

Browse files
committed
Corrected workflow to install pandoc
1 parent b02139a commit 6881ccf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
python-version: '3.x'
1919

20+
- name: Install pandoc
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y pandoc
24+
2025
- name: Install dependencies
2126
run: |
2227
pip install .

0 commit comments

Comments
 (0)