Skip to content

Update USAGE.md - add images #3

Update USAGE.md - add images

Update USAGE.md - add images #3

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [master]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Build
run: |
yarn install
yarn build
touch build/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build