mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-10 21:46:57 +03:00
Update build-docs.yaml
This commit is contained in:
7
.github/workflows/build-docs.yaml
vendored
7
.github/workflows/build-docs.yaml
vendored
@@ -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 ..
|
||||||
|
|||||||
Reference in New Issue
Block a user