Skip to content

feat: add validation for vertices in GridFromPolygon (#242) #530

feat: add validation for vertices in GridFromPolygon (#242)

feat: add validation for vertices in GridFromPolygon (#242) #530

Workflow file for this run

name: docs
on:
push:
branches: [main]
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
- name: Test build
if: github.event_name == 'pull_request'
run: uv run --group docs mkdocs build --strict
- name: Deploy
if: github.ref == 'refs/heads/main'
run: uv run --group docs mkdocs gh-deploy --strict --force