From fa410cd800de2518b12e5d8b5904f341feb36420 Mon Sep 17 00:00:00 2001 From: Leo Klarner Date: Sat, 9 Dec 2023 20:47:00 +0000 Subject: [PATCH] Fix documentation generation. --- .github/workflows/build_documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yaml b/.github/workflows/build_documentation.yaml index ccd6ae8..30de342 100644 --- a/.github/workflows/build_documentation.yaml +++ b/.github/workflows/build_documentation.yaml @@ -16,7 +16,7 @@ jobs: pip install sphinx furo myst_parser - name: Sphinx build run: | - sphinx-build docs _build + sphinx-build docs/source _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}