Skip to content

change md format in the multicluster use case #135

change md format in the multicluster use case

change md format in the multicluster use case #135

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r python/requirements.txt
- run: mkdocs gh-deploy --force