Update build-docs.yaml

This commit is contained in:
CaCO3
2023-02-04 00:19:30 +01:00
committed by GitHub
parent fd1ab52f80
commit 415bbc91e1

View File

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