Skip to content

Commit ca5c0cf

Browse files
add missing pandoc packge
1 parent bed2150 commit ca5c0cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
python-version: '3.9'
2121

22+
- name: Set up Pandoc
23+
uses: actions/setup-pandoc@v1
24+
with:
25+
pandoc-version: 'latest'
26+
2227
- name: Install dependencies
2328
run: |
2429
pip install sphinx sphinx-autodoc-typehints sphinx_book_theme sphinx-copybutton

0 commit comments

Comments
 (0)