Skip to content

Guard non-finite video currentTime and enable fuzz assertions. #303

Guard non-finite video currentTime and enable fuzz assertions.

Guard non-finite video currentTime and enable fuzz assertions. #303

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