Skip to content

Commit

Permalink
Set up python before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Sep 11, 2022
1 parent 676637d commit 4a5aa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build HTML
run: make docs
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Build HTML
run: make docs
- uses: actions/[email protected]
with:
path: docs/_build/html
Expand Down

0 comments on commit 4a5aa84

Please sign in to comment.