Skip to content

Treat OpenCV WASM init failure as recoverable overlay text. #301

Treat OpenCV WASM init failure as recoverable overlay text.

Treat OpenCV WASM init failure as recoverable overlay text. #301

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
# Manual dispatch, so the site can be published without waiting for a push and
# so a deploy that never fired can be recovered by hand. Matches Baton's own
# pages.yml, which carries the same pair of triggers.
workflow_dispatch:
concurrency:
group: pages-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: OpenPhysics/Baton/.github/workflows/deploy.yml@main
permissions:
contents: read
pages: write
id-token: write