Update build-docs.yaml

This commit is contained in:
CaCO3
2023-02-04 01:08:03 +01:00
committed by GitHub
parent c91272431e
commit 1cde9914d5

View File

@@ -40,7 +40,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 ..