From a9d09a47cb3ee10cc574c6c66c25bf69d994dff7 Mon Sep 17 00:00:00 2001 From: BastelBaus <44684710+BastelBaus@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:30:16 +0200 Subject: [PATCH] Update docu.yml --- .github/workflows/docu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docu.yml b/.github/workflows/docu.yml index 54f003c..b0e5366 100644 --- a/.github/workflows/docu.yml +++ b/.github/workflows/docu.yml @@ -16,7 +16,7 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser - name: Sphinx build run: | - sphinx-build doc _build + sphinx-build docs _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}