Skip to content

add isBlockGroupPositionEqual #56

add isBlockGroupPositionEqual

add isBlockGroupPositionEqual #56

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
schedule:
- cron: '36 3 * * 3'
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: current
- name: Install and Build 🔧
run: |
npm install
npm audit --audit-level=moderate
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs