Skip to content

Support onPaste event handler (#415) #25

Support onPaste event handler (#415)

Support onPaste event handler (#415) #25

Workflow file for this run

name: Build Example Site
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: ⬢ Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.14.2
- name: Install and Build 🔧
run: yarn && yarn example:build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: example/dist
CLEAN: true