Skip to content

Fix up publishing

Fix up publishing #4

Workflow file for this run

name: Build and Deploy Spec
on:
pull_request: {}
push:
branches: [main]
workflow_dispatch: {}
permissions:
contents: write
pages: write
id-token: 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
GH_PAGES_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_LINKS: false
VALIDATE_MARKUP: false