Skip to content

Switch the CI to spec-prod, and enable it for PR validation. #53

Switch the CI to spec-prod, and enable it for PR validation.

Switch the CI to spec-prod, and enable it for PR validation. #53

Workflow file for this run

name: deploy
on:
pull_request: {}
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages