Skip to content

Commit

Permalink
Fix syntax errors in the docs workflow (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski authored Dec 21, 2024
1 parent 88642a8 commit 61f3bf1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ jobs:

steps:
- uses: actions/checkout@v3

- Name: Install pandoc
with:
sudo apt-get install pandoc

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install tox
- run: |
sudo apt-get install pandoc
pip install tox
- name: run sphinx docs build
- name: Build sphinx docs
run: tox -e docs

0 comments on commit 61f3bf1

Please sign in to comment.