From 998289695baee1ebaf98d91856036bb39a12c93f Mon Sep 17 00:00:00 2001 From: jykr Date: Fri, 29 Mar 2024 22:18:00 -0400 Subject: [PATCH] work under docs/ --- .github/workflows/documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bca2a17..6909420 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,9 +15,11 @@ jobs: run: | pip install sphinx sphinx_rtd_theme myst_parser - name: Sphinx build + working-directory: docs/ run: | - sphinx-build docs _build + sphinx-build . _build - name: Deploy to GitHub Pages + working-directory: docs/ uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: