[删除] workflow

This commit is contained in:
就眠仪式 2021-09-27 09:47:20 +08:00
parent d7e6036cbc
commit 978369a60b
2 changed files with 0 additions and 47 deletions

View File

@ -1,27 +0,0 @@
name: build docs
on:
push:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npm run build:docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
BRANCH: gh-pages
FOLDER: docs/dist
CLEAN: true

View File

@ -1,20 +0,0 @@
name: test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install and Test
run: |
npm install
npm run test