Skip to content

add missing field on unmanaged host #47

add missing field on unmanaged host

add missing field on unmanaged host #47

Workflow file for this run

on:
push:
branches:
- doc
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-material
- run: cd document && mkdocs gh-deploy --force