Skip to content

Merge branch 'release/v1.0.1' #23

Merge branch 'release/v1.0.1'

Merge branch 'release/v1.0.1' #23

Workflow file for this run

name: Build & Deploy
on:
push:
tags:
- 'v*'
jobs:
build-and-deploy:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Create build folder output
run: mkdir -p dist
- name: Install and Build
run: |
npm install
npm run build:web
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist