Skip to content

Prepare for release

Prepare for release #1

Workflow file for this run

name: Build and Deploy with Toucan
on:
push:
tags:
- 'v*'
- '[0-9]*'
jobs:
deploy-page:
uses: toucansites/github-workflows/.github/workflows/deploy.yml@main
with:
target: "live"
permissions:
contents: read
pages: write
id-token: write