Skip to content

add clean-up step to Azure-AKS template #310

add clean-up step to Azure-AKS template

add clean-up step to Azure-AKS template #310

Workflow file for this run

name: update-website
on:
push:
branches:
- master
- mkdocs
paths:
- 'mkdocs.yml'
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install --upgrade mkdocs-material
- run: mkdocs gh-deploy --force