From 21bdf09931c0142d04d1b3450ebe82a42e74e62a Mon Sep 17 00:00:00 2001 From: Arash Date: Mon, 18 Nov 2024 11:27:31 +0100 Subject: [PATCH] fix path to documentation generation script in GitHub Actions workflow --- .github/workflows/update-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 7e206e3f..f79b9800 100644 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -27,7 +27,7 @@ jobs: run: pip install -r docs/src/requirements.txt - name: Generate documentation - run: python generate_docs.py + run: python docs/src/generate_docs.py - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4