Skip to content

Commit

Permalink
Fix typo in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 21, 2024
1 parent 88642a8 commit 7e4c90e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ 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:
with: |
sudo apt-get install pandoc
python-version: ${{ matrix.python-version }}
- run: pip install tox

- name: run sphinx docs build
- name: Build sphinx docs
run: tox -e docs

0 comments on commit 7e4c90e

Please sign in to comment.