Skip to content

Remove hidden-field deprecation #10

Remove hidden-field deprecation

Remove hidden-field deprecation #10

Workflow file for this run

name: Build and Deploy Spec
on:
pull_request: {}
push:
branches: [main]
workflow_dispatch: {}
permissions:
contents: write
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: index.bs
TOOLCHAIN: bikeshed
GH_PAGES_BRANCH: gh-pages
VALIDATE_LINKS: false
VALIDATE_MARKUP: false