Skip to content

Bump gh-pages from 3.2.3 to 5.0.0 #96

Bump gh-pages from 3.2.3 to 5.0.0

Bump gh-pages from 3.2.3 to 5.0.0 #96

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
paths-ignore:
- '**.md'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm test