Skip to content

Commit

Permalink
Fix pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
HanBnrd committed Jun 15, 2024
1 parent 9577b3f commit 93ef7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: docker://pandoc/core:2.9
- name: Install dependencies
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme nbsphinx
- name: Sphinx build
Expand Down

0 comments on commit 93ef7b2

Please sign in to comment.