Skip to content

Integration tests for Coordinator and CRDs (#445) #198

Integration tests for Coordinator and CRDs (#445)

Integration tests for Coordinator and CRDs (#445) #198

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: go run tools/docgen/config/config.go
- run: mkdocs gh-deploy --force