Skip to content

Update package version and add new pages #32

Update package version and add new pages

Update package version and add new pages #32

Workflow file for this run

name: github.io deploy
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and build
run: npm install && npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.