Update build-docs.yaml

This commit is contained in:
CaCO3
2023-02-10 23:37:23 +01:00
committed by GitHub
parent 50c9e8a161
commit 303cc5a0fd

View File

@@ -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