From 6aa4100239076622a2c3261f4eacb75115b45d0b Mon Sep 17 00:00:00 2001 From: Matteo Tomasini Date: Tue, 9 Jul 2024 15:09:21 +0200 Subject: [PATCH] with path --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index df71ab7..fa176c9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,8 +16,8 @@ jobs: pip install sphinx myst_parser - name: Sphinx build run: | - sphinx-apidoc -o ./source metapypulation - sphinx-build ./source build/ + sphinx-apidoc -o ./docs/source ./docs/metapypulation + sphinx-build ./docs/source build/ - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}