build: remove surge pr preview action (#8586)

This commit is contained in:
neverland 2021-04-20 20:20:59 +08:00 committed by GitHub
parent 73308ee54f
commit 02d446e6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 22 deletions

View File

@ -1,5 +1,10 @@
name: Deploy Site
on: push
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build-and-deploy:
runs-on: ubuntu-latest

View File

@ -1,19 +0,0 @@
name: 🔂 Surge PR Preview
on: pull_request
jobs:
preview:
runs-on: ubuntu-latest
env:
PUBLIC_PATH: '/'
steps:
- uses: actions/checkout@v2
- uses: afc163/surge-preview@v1
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: |
yarn
./node_modules/.bin/vant-cli build-site
dist: site

View File

@ -1,10 +1,10 @@
name: Create Release
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: Create Release
jobs:
build:
name: Create Release