Skip to content

Deploy to github page #319

Deploy to github page

Deploy to github page #319

Workflow file for this run

name: Deploy to github page
on:
release:
types: [created]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
BRANCH: gh-pages
FOLDER: dist