Restructure param docs (#15)

* Update build-docs.yaml

* .

* moved files

* .

* Update build-docs.yaml

* Update build-docs.yaml

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-02-04 01:10:11 +01:00
committed by GitHub
parent a58f7df35f
commit 3d5aee189f
77 changed files with 22 additions and 11 deletions

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