Skip to content

fix: 修复拖拽过程中位置不能为0的问题 (#119) #153

fix: 修复拖拽过程中位置不能为0的问题 (#119)

fix: 修复拖拽过程中位置不能为0的问题 (#119) #153

Workflow file for this run

name: GitHub Actions Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npm run-script build
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.VISUAL_DRAG_DEMO }}
BRANCH: master
FOLDER: dist
CLEAN: true
REPOSITORY_NAME: woai3c/woai3c.github.io
TARGET_FOLDER: visual-drag-demo