Skip to content

Commit bed2150

Browse files
add missing package installation
1 parent be74c4a commit bed2150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
pip install sphinx sphinx-autodoc-typehints sphinx_book_theme sphinx-copybutton
2525
pip install nbsphinx recommonmark Pygments
26+
pip install pandoc
2627
2728
- name: Build the docs
2829
run: |

0 commit comments

Comments
 (0)