Skip to content

feat: prevent multiple finger touch #39

feat: prevent multiple finger touch

feat: prevent multiple finger touch #39

Workflow file for this run

name: Build spec
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies and build 🔧
run: npm install && npm run build
- name: Deploying to gh-pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: demo
clean: true