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: on:
push: push:
branches: # branches:
- 'main' # - 'main'
- 'auto-gen-parameter-doc'
jobs: jobs:
build-documentation: build-documentation:
@@ -41,7 +40,7 @@ jobs:
- name: Store docs in gh-pages branch - name: Store docs in gh-pages branch
run: | run: |
# Update Parameter Documentation # Update Parameter Documentation
cd param-docs cd generate-param-docs
python generate-param-doc-pages.py python generate-param-doc-pages.py
python concat-parameter-pages.py python concat-parameter-pages.py
cd .. cd ..