diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 37a0426..247a5d5 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -41,7 +41,7 @@ jobs: - name: Store docs in gh-pages branch run: | # Update Parameter Documentation - cd generate-param-docs + cd param-docs python generate-param-doc-pages.py python concat-parameter-pages.py cd ..