Skip to content

fixed example hotword config (#82) #162

fixed example hotword config (#82)

fixed example hotword config (#82) #162

Workflow file for this run

name: Build Page
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force --clean --verbose