From 415bbc91e1dc09da5d705c7f9f57461c2ad6338e Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 4 Feb 2023 00:19:30 +0100 Subject: [PATCH] Update build-docs.yaml --- .github/workflows/build-docs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 0777ea5..37a0426 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -11,6 +11,7 @@ on: push: branches: - 'main' + - 'auto-gen-parameter-doc' jobs: build-documentation: @@ -39,4 +40,11 @@ jobs: - name: Store docs in gh-pages branch run: | + # Update Parameter Documentation + cd generate-param-docs + python generate-param-doc-pages.py + python concat-parameter-pages.py + cd .. + + # Deploy it mkdocs gh-deploy