Skip to content

Update ovos-docker documentation to more strongly point users toward … #149

Update ovos-docker documentation to more strongly point users toward …

Update ovos-docker documentation to more strongly point users toward … #149

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