Skip to content

Adds extensions to groups (#202) #152

Adds extensions to groups (#202)

Adds extensions to groups (#202) #152

name: Technical reports
on:
push:
branches: ['main']
paths: ['technical-reports/**']
workflow_dispatch: {}
jobs:
main:
name: Build and deploy technical reports
runs-on: ubuntu-20.04
strategy:
max-parallel: 1
matrix:
include:
- source: technical-reports/index.html
destination: index.html
- source: technical-reports/format/index.html
destination: format/index.html
- source: technical-reports/color/index.html
destination: color/index.html
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: ${{ matrix.source }}
DESTINATION: ${{ matrix.destination }}
GH_PAGES_BRANCH: gh-pages