Update build-docs.yaml

This commit is contained in:
CaCO3
2023-02-04 00:46:00 +01:00
committed by GitHub
parent db2a3482df
commit 55b924496a

View File

@@ -41,7 +41,7 @@ jobs:
- name: Store docs in gh-pages branch
run: |
# Update Parameter Documentation
cd generate-param-docs
cd param-docs
python generate-param-doc-pages.py
python concat-parameter-pages.py
cd ..