Skip to content

chore: 分离插件测试网页 #705

chore: 分离插件测试网页

chore: 分离插件测试网页 #705

Workflow file for this run

name: Build Test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: make init && make all