diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 4045c80..3a543fa 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -40,7 +40,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 ..