diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 2c2204d..6916941 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/checkout@v3 - uses: ammaraskar/sphinx-action@master with: - docs-folder: "docs/" - build-command: "sphinx-build" + docs-folder: "docs/source/" + build-command: "sphinx-build -c conf.py . build"