Skip to content

[Editorial] Update github workflows to use ubuntu-latest #457

[Editorial] Update github workflows to use ubuntu-latest

[Editorial] Update github workflows to use ubuntu-latest #457

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate, and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
BUILD_FAIL_ON: warning
TOOLCHAIN: bikeshed
SOURCE: spec.bs
DESTINATION: index.html