From 15388ddd2bd1c3e5f705f4c920755040c84dced1 Mon Sep 17 00:00:00 2001 From: Ramesh Maddegoda <94033485+ramesh-maddegoda@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:25:26 -0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 33893a9..2a0f584 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -29,6 +29,6 @@ jobs: - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - # build-command: "sphinx-build -b html docs/source docs/build" + build-command: "sphinx-build -b html . build" # invoke(['/usr/local/bin/sphinx-build', '-a', '-b', 'html', 'docs/source', 'docs/build'])