Skip to content

Set up repo with spec-prod github action #3

Set up repo with spec-prod github action

Set up repo with spec-prod github action #3

Workflow file for this run

name: Auto-publish
on:
pull_request: {}
push:
paths:
- index.bs
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
BUILD_FAIL_ON: link-error