From 8bd7080a0d312891dac146500e99b8d708251b10 Mon Sep 17 00:00:00 2001 From: trbKnl Date: Fri, 27 Sep 2024 14:00:32 +0200 Subject: [PATCH] fixed sphinx command --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c4c89746..6889272a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser piccolo_theme - name: Sphinx build run: | - sphinx-build doc _build + sphinx-build doc/source _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: