From c91272431e93506b1f5460d9e9f0d8c82c281e3a Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 4 Feb 2023 01:04:49 +0100 Subject: [PATCH] Update build-docs.yaml --- .github/workflows/build-docs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 247a5d5..4045c80 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -9,9 +9,8 @@ name: Build Documentation on: push: - branches: - - 'main' - - 'auto-gen-parameter-doc' +# branches: +# - 'main' jobs: build-documentation: @@ -41,7 +40,7 @@ jobs: - name: Store docs in gh-pages branch run: | # Update Parameter Documentation - cd param-docs + cd generate-param-docs python generate-param-doc-pages.py python concat-parameter-pages.py cd ..