Skip to content

Changes to the spec and schemata for RFC-2 #620

Changes to the spec and schemata for RFC-2

Changes to the spec and schemata for RFC-2 #620

Workflow file for this run

# This workflow converts your bikeshed (.bs) file to html and pushes to gh-pages
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ome/spec-prod@main
with:
GH_PAGES_BRANCH: gh-pages
VALIDATE_LINKS: false
VALIDATE_MARKUP: false
TOOLCHAIN: bikeshed