From 6a7a0c183302220cba5718a62ecc1a2844498439 Mon Sep 17 00:00:00 2001 From: Matteo Tomasini Date: Tue, 9 Jul 2024 14:34:21 +0200 Subject: [PATCH] Cmon --- .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 57f27ae..fe941a2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: pip install sphinx myst_parser - name: Sphinx build run: | - sphinx-apidoc -o ./source ../metapypulation/ + sphinx-apidoc -o ./source ../metapypulation sphinx-build ./source build/ - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4