mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 20:16:57 +03:00
Auto gen parameter doc (#14)
* added script to generate parameter documentation * extended readme * added templated parameter pages * Update build-docs.yaml * . * . --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
8
.github/workflows/build-docs.yaml
vendored
8
.github/workflows/build-docs.yaml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'auto-gen-parameter-doc'
|
||||
|
||||
jobs:
|
||||
build-documentation:
|
||||
@@ -39,4 +40,11 @@ jobs:
|
||||
|
||||
- name: Store docs in gh-pages branch
|
||||
run: |
|
||||
# Update Parameter Documentation
|
||||
cd generate-param-docs
|
||||
python generate-param-doc-pages.py
|
||||
python concat-parameter-pages.py
|
||||
cd ..
|
||||
|
||||
# Deploy it
|
||||
mkdocs gh-deploy
|
||||
|
||||
Reference in New Issue
Block a user