Skip to content

Commit f304a54

Browse files
authored
Add pandoc to workflow
1 parent b6cf3ca commit f304a54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- name: Setup python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
18+
python-version: 3.9
19+
- name: Install pandoc
20+
run: sudo apt-get install -y pandoc
1921
- name: Install python dependencies
2022
run: |
2123
pip install sphinx sphinx-bootstrap-theme nbsphinx ipython pygments

0 commit comments

Comments
 (0)