Skip to content

Commit

Permalink
fix: added pandoc for building docs in CI (#123)
Browse files Browse the repository at this point in the history
* added pandoc install to CI
  • Loading branch information
ekauffma authored Apr 19, 2023
1 parent 9b808d5 commit a2c3a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install apt-get dependencies
run: |
sudo apt-get update
sudo apt-get -qq install pandoc
- name: Build docs with sphinx
run: |
pip install -r docs/requirements.txt
Expand Down

0 comments on commit a2c3a62

Please sign in to comment.