diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3a8eb8d..39120c5 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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