Skip to content

Update readme after rename and license change (#165) #195

Update readme after rename and license change (#165)

Update readme after rename and license change (#165) #195

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches-ignore:
- 'gh-pages'
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: source-map.bs
DESTINATION: ${{ github.ref_name == 'main' && 'index.html' || format('{0}/index.html', github.ref_name) }}