Skip to content

Commit

Permalink
add missing pandoc packge
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan-microsoft committed Sep 10, 2024
1 parent bed2150 commit ca5c0cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
python-version: '3.9'

- name: Set up Pandoc
uses: actions/setup-pandoc@v1
with:
pandoc-version: 'latest'

- name: Install dependencies
run: |
pip install sphinx sphinx-autodoc-typehints sphinx_book_theme sphinx-copybutton
Expand Down

0 comments on commit ca5c0cf

Please sign in to comment.