Update build-docs.yaml

This commit is contained in:
CaCO3
2023-02-04 01:04:49 +01:00
committed by GitHub
parent 261a3374b4
commit c91272431e

View File

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