Skip to content

Update ZeroTouchInstall.md #493

Update ZeroTouchInstall.md

Update ZeroTouchInstall.md #493

Workflow file for this run

name: Build and Publish Docs
on:
push:
branches:
- main
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 mkdocs-awesome-pages-plugin \
mkdocs-section-index mkdocs-toc-sidebar-plugin mike
- run: cd docs && mkdocs gh-deploy --force