Skip to content

Commit

Permalink
(Issue #91) See if we can get CI docs actions to use pandoc with note…
Browse files Browse the repository at this point in the history
…books.
  • Loading branch information
jared321 committed Jun 5, 2024
1 parent 47e777c commit 71a3316
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install pandoc
- name: Setup base Python environment
run: |
$CLONE_PATH/.github/workflows/setup_base_python.sh ${{ runner.os }}
Expand Down

0 comments on commit 71a3316

Please sign in to comment.