mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-13 06:56:59 +03:00
Update build-docs.yaml
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'auto-gen-parameter-doc'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-documentation:
|
build-documentation:
|
||||||
@@ -39,4 +40,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Store docs in gh-pages branch
|
- name: Store docs in gh-pages branch
|
||||||
run: |
|
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
|
mkdocs gh-deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user