From e082f2f37b9477b8eb4b8a3389ea338945a06c2c Mon Sep 17 00:00:00 2001 From: ethanlchristensen Date: Sun, 3 Nov 2024 14:36:03 -0600 Subject: [PATCH] fix documentation --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 479db6e..e252fa5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -58,7 +58,7 @@ jobs: - name: Generate .rst files with sphinx-apidoc run: | - sphinx-apidoc -o docs/ project-folder/ + sphinx-apidoc -o docs/ bruhanimate/ - name: Generate Documentation run: |