mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 11:36:53 +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:
|
||||
push:
|
||||
@@ -7,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
#########################################################################################
|
||||
## Build the documentation using mkdoc
|
||||
## Build the documentation using mkdocs
|
||||
## It will be pushed to the gh-pages branch
|
||||
#########################################################################################
|
||||
build-documentation:
|
||||
|
||||
Reference in New Issue
Block a user