Skip to content

[pre-commit.ci] pre-commit autoupdate #34

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #34

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