From 2c20838e7a673b10ba2ce600c331871419739351 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 10 Feb 2023 22:38:50 +0100 Subject: [PATCH] Update build-docs.yaml --- .github/workflows/build-docs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 306e1a7..8a46db2 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -36,15 +36,14 @@ jobs: git config user.name 'github-actions[bot]' git config user.email 'github-actions[bot]@users.noreply.github.com' - - name: Store docs in gh-pages branch + - name: Generate Parameter Page run: | - # Update Parameter Documentation cd param-docs rm -rf parameter-pages/* python generate-param-doc-pages.py tree parameter-pages python concat-parameter-pages.py - cd .. + cat docs/Parameters.md - # Deploy it - mkdocs gh-deploy + - name: Store Cocumentation in the gh-pages branch so it gets pushed to the website + run: mkdocs gh-deploy