From bf04c4006144fdb0a25976968742a9e131463ff6 Mon Sep 17 00:00:00 2001 From: Matteo Tomasini Date: Tue, 9 Jul 2024 15:00:24 +0200 Subject: [PATCH] another one --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6c79e63..05958bf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ jobs: - name: Sphinx build run: | sphinx-apidoc -o ./docs/source metapypulation - sphinx-build ./source build/ + 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' }}