Delete preview.yml

This commit is contained in:
neverland 2021-05-03 10:30:00 +08:00 committed by GitHub
parent 3abafa7504
commit 9abae5fbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +0,0 @@
name: 🔂 Surge PR Preview
on: [push, pull_request_target]
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