mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 12:07:01 +03:00
Update build-docs.yaml
This commit is contained in:
11
.github/workflows/build-docs.yaml
vendored
11
.github/workflows/build-docs.yaml
vendored
@@ -1,4 +1,11 @@
|
|||||||
name: Build and Pack
|
###########################################################################################
|
||||||
|
# Build the documentation using mkdocs
|
||||||
|
# This will update the gh-pages branch which in return triggers the pages-build-deployment
|
||||||
|
# Action (provided by Github, not editable)
|
||||||
|
# That action will publish it to https://jomjol.github.io/AI-on-the-edge-device-docs
|
||||||
|
###########################################################################################
|
||||||
|
|
||||||
|
name: Build Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -7,7 +14,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
## Build the documentation using mkdoc
|
## Build the documentation using mkdocs
|
||||||
## It will be pushed to the gh-pages branch
|
## It will be pushed to the gh-pages branch
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
build-documentation:
|
build-documentation:
|
||||||
|
|||||||
Reference in New Issue
Block a user