From 326c77fa38360ccad364db996d10eef353af310d Mon Sep 17 00:00:00 2001 From: samfreund Date: Fri, 9 May 2025 12:41:57 -0500 Subject: [PATCH] dammit, it was a typo --- .github/workflows/photon-api-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/photon-api-docs.yml b/.github/workflows/photon-api-docs.yml index e61608f60..78abb74b9 100644 --- a/.github/workflows/photon-api-docs.yml +++ b/.github/workflows/photon-api-docs.yml @@ -85,8 +85,8 @@ jobs: pip install -r photon-lib/py/docs/requirements.txt - name: Build Sphinx site - run: | - sphinx-apidocs -o docs/source photonlibpy + run: | + sphinx-apidoc -o docs/source photonlibpy make -C docs html working-directory: photon-lib/py