Update build-docs.yaml

This commit is contained in:
CaCO3
2023-01-04 17:42:51 +01:00
committed by GitHub
parent 20944465d6
commit d9f0665625

View File

@@ -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: