Skip to content

Merge pull request #120 from iVanlIsh/main #11

Merge pull request #120 from iVanlIsh/main

Merge pull request #120 from iVanlIsh/main #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths:
- 'index.src.html'
jobs:
main:
name: Deploy to GitHub pages
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: index.src.html
DESTINATION: index.html