Skip to content

Fix typo

Fix typo #24

Workflow file for this run

name: CI-ED
on:
workflow_dispatch: {}
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy Editor's Draft
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
GH_PAGES_BRANCH: gh-pages
SOURCE: Overview.bs
DESTINATION: index.html