From 1f4b58eaaaed93cb679e8c25b291f98dd357cc72 Mon Sep 17 00:00:00 2001 From: Rahul Birmiwal Date: Thu, 28 Mar 2024 12:04:38 -0700 Subject: [PATCH] debug --- .github/workflows/update_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 5102c2f2..c6628811 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -32,7 +32,7 @@ jobs: #define set of jobs. Here there is only one job, each job is instantiated run: | cd docs ls - sphinx-apidoc --no-toc --module-first -o docs/autodoc src/stenotype + sphinx-apidoc --no-toc --module-first -o docs/autodoc sphinx-build source public -b dirhtml