mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-25 07:49:15 +08:00
Delete preview.yml
This commit is contained in:
parent
3abafa7504
commit
9abae5fbe6
19
.github/workflows/preview.yml
vendored
19
.github/workflows/preview.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user