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