Skip to content

oydid-js Readme

oydid-js Readme #118

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@v3
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: docs/index.bs
DESTINATION: index.html
VALIDATE_LINKS: false
VALIDATE_MARKUP: false
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: docs/index.bs
DESTINATION: did-method-oyd.html
VALIDATE_LINKS: false
VALIDATE_MARKUP: false