name: CI
on:
push:
branches:
- gh-pages
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3