Skip to content

build: re-add gh-pages, prevent npm i #79

build: re-add gh-pages, prevent npm i

build: re-add gh-pages, prevent npm i #79

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up nodejs v16
uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Build docs
run: npm run build