Skip to content

Add type hinting backwards compatibility #17

Add type hinting backwards compatibility

Add type hinting backwards compatibility #17

Workflow file for this run

name: Development docs CI
on:
push:
branches:
- "**"
paths-ignore:
- tests/**
jobs:
docs-test:
if: github.ref != 'refs/heads/main'
uses: arup-group/actions-city-modelling-lab/.github/workflows/docs-deploy.yml@main
with:
deploy_type: test
notebook_kernel: genet
docs-update-latest:
permissions:
contents: write
if: github.ref == 'refs/heads/main'
uses: arup-group/actions-city-modelling-lab/.github/workflows/docs-deploy.yml@main
with:
deploy_type: update_latest
notebook_kernel: genet