Skip to content

Commit

Permalink
fix docs ref
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Jan 7, 2025
1 parent 8d7ef21 commit 87aff14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
- name: Run docs
run: |
mkdir -p doc/source/_static
sphinx-build -EnW -b html doc/source/ doc/build/html
mkdir -p docs/source/_static
sphinx-build -EnW -b html docs/source/ docs/build/html

0 comments on commit 87aff14

Please sign in to comment.