mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Merge branch 'dev' into next
This commit is contained in:
commit
6da8e08662
19
.github/workflows/preview.yml
vendored
Normal file
19
.github/workflows/preview.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: 🔂 Surge PR Preview
|
||||
|
||||
on: [push, 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: |
|
||||
npm install
|
||||
./node_modules/.bin/vant-cli build-site
|
||||
dist: site
|
@ -4,7 +4,7 @@ module.exports = {
|
||||
srcDir: 'src',
|
||||
skipInstall: ['lazyload'],
|
||||
site: {
|
||||
publicPath: 'https://b.yzcdn.cn/vant/',
|
||||
publicPath: process.env.PUBLIC_PATH || 'https://b.yzcdn.cn/vant/',
|
||||
},
|
||||
vetur: {
|
||||
tagPrefix: 'van-',
|
||||
|
Loading…
x
Reference in New Issue
Block a user