Skip to content

Updates following review #28

Updates following review

Updates following review #28

Workflow file for this run

name: Build docs
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
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