Skip to content

ci: add cross-platform E2E tests, SBOMs, Cosign, and GHCR Docker release #7

ci: add cross-platform E2E tests, SBOMs, Cosign, and GHCR Docker release

ci: add cross-platform E2E tests, SBOMs, Cosign, and GHCR Docker release #7

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install MkDocs Material
run: pip install "mkdocs<2.0" mkdocs-material
- name: Deploy docs
run: mkdocs gh-deploy --force