diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 8a46db2..e96234b 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -43,7 +43,7 @@ jobs: python generate-param-doc-pages.py tree parameter-pages python concat-parameter-pages.py - cat docs/Parameters.md + cat ../docs/Parameters.md - name: Store Cocumentation in the gh-pages branch so it gets pushed to the website run: mkdocs gh-deploy