mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-10 13:36:56 +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:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'auto-gen-parameter-doc'
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
jobs:
|
||||
build-documentation:
|
||||
@@ -41,7 +40,7 @@ jobs:
|
||||
- name: Store docs in gh-pages branch
|
||||
run: |
|
||||
# Update Parameter Documentation
|
||||
cd param-docs
|
||||
cd generate-param-docs
|
||||
python generate-param-doc-pages.py
|
||||
python concat-parameter-pages.py
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user