Skip to content

Merge branch 'master' of github.com:TREEcg/specification #25

Merge branch 'master' of github.com:TREEcg/specification

Merge branch 'master' of github.com:TREEcg/specification #25

name: Build Shape Topologies spec
on:
workflow_dispatch: {}
pull_request: {}
push:
branches: [master]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
# Modify as appropriate
GH_PAGES_BRANCH: gh-pages
# if your doc isn’t in the root folder,
# or Bikeshed otherwise can’t find it:
SOURCE: 02-shape-topologies.bs
# output filename defaults to your input
# with .html extension instead,
# but if you want to customize it:
DESTINATION: shape-topologies.html