From 87aff14458256d4df03d34117715584417e477e6 Mon Sep 17 00:00:00 2001 From: Fabian Gruenewald Date: Tue, 7 Jan 2025 12:57:47 +0100 Subject: [PATCH] fix docs ref --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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