This commit is contained in:
CaCO3
2023-02-22 23:51:44 +01:00
parent e346754fd0
commit 1a3d0dd040
3 changed files with 3 additions and 3 deletions

View File

@@ -39,9 +39,9 @@ jobs:
- name: Generate Parameter Page
run: |
cd param-docs
python generate-param-doc-pages.py
python generate-template-param-doc-pages.py # Creates a templated page for each parameter which does not yet have a page
tree parameter-pages
python concat-parameter-pages.py
- name: Store Cocumentation in the gh-pages branch so it gets pushed to the website
- name: Store Documentation in the gh-pages branch so it gets pushed to the website
run: mkdocs gh-deploy

View File

@@ -72,7 +72,7 @@ for folder in folders:
if folder == "img": # Skip the images folder
continue
# Add section
with open(docsMainFolder + "/" + parameterOverviewFile, 'a') as overviewFileHandle:
overviewFileHandle.write("\n## Section `%s`\n\n" % folder)