Skip to content

Commit f97c7a5

Browse files
committed
Add pandoc install to pages workflow
1 parent fd93c62 commit f97c7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- uses: actions/checkout@v3
4545
- name: Install dependencies
4646
run: |
47+
sudo apt install pandoc
4748
pip install sphinx
4849
pip install -r docs/requirements.txt
4950
- name: Setup Pages

0 commit comments

Comments
 (0)