mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
Update build-docs.yaml
This commit is contained in:
9
.github/workflows/build-docs.yaml
vendored
9
.github/workflows/build-docs.yaml
vendored
@@ -36,15 +36,14 @@ jobs:
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
- name: Store docs in gh-pages branch
|
||||
- name: Generate Parameter Page
|
||||
run: |
|
||||
# Update Parameter Documentation
|
||||
cd param-docs
|
||||
rm -rf parameter-pages/*
|
||||
python generate-param-doc-pages.py
|
||||
tree parameter-pages
|
||||
python concat-parameter-pages.py
|
||||
cd ..
|
||||
cat docs/Parameters.md
|
||||
|
||||
# Deploy it
|
||||
mkdocs gh-deploy
|
||||
- name: Store Cocumentation in the gh-pages branch so it gets pushed to the website
|
||||
run: mkdocs gh-deploy
|
||||
|
||||
Reference in New Issue
Block a user