From 6fde31da718487c50e21af66d5f4a8a7a6984985 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 10 Feb 2023 22:40:32 +0100 Subject: [PATCH] Update build-docs.yaml --- .github/workflows/build-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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