From 303cc5a0fdd1c32a0f00f444f153ed42b1b2b382 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 10 Feb 2023 23:37:23 +0100 Subject: [PATCH] Update build-docs.yaml --- .github/workflows/build-docs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index e96234b..50bd69e 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -39,11 +39,9 @@ jobs: - name: Generate Parameter Page run: | cd param-docs - rm -rf parameter-pages/* python generate-param-doc-pages.py tree parameter-pages python concat-parameter-pages.py - cat ../docs/Parameters.md - name: Store Cocumentation in the gh-pages branch so it gets pushed to the website run: mkdocs gh-deploy