mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 20:16:57 +03:00
Update build-docs.yaml
This commit is contained in:
2
.github/workflows/build-docs.yaml
vendored
2
.github/workflows/build-docs.yaml
vendored
@@ -39,11 +39,9 @@ jobs:
|
|||||||
- name: Generate Parameter Page
|
- name: Generate Parameter Page
|
||||||
run: |
|
run: |
|
||||||
cd param-docs
|
cd param-docs
|
||||||
rm -rf parameter-pages/*
|
|
||||||
python generate-param-doc-pages.py
|
python generate-param-doc-pages.py
|
||||||
tree parameter-pages
|
tree parameter-pages
|
||||||
python concat-parameter-pages.py
|
python concat-parameter-pages.py
|
||||||
cat ../docs/Parameters.md
|
|
||||||
|
|
||||||
- name: Store Cocumentation in the gh-pages branch so it gets pushed to the website
|
- name: Store Cocumentation in the gh-pages branch so it gets pushed to the website
|
||||||
run: mkdocs gh-deploy
|
run: mkdocs gh-deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user