Skip to content

Merge pull request #56 from arup-group/feature-json-schema #29

Merge pull request #56 from arup-group/feature-json-schema

Merge pull request #56 from arup-group/feature-json-schema #29

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