Skip to content

chore(docs): Initial README #2

chore(docs): Initial README

chore(docs): Initial README #2

Workflow file for this run

name: Deploy to Support
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: public
folder: public