mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
build(CI): sync vant deploy-site (#4226)
This commit is contained in:
parent
96c44f383d
commit
f5370bc54a
9
.github/workflows/deploy-site.yml
vendored
9
.github/workflows/deploy-site.yml
vendored
@ -2,8 +2,9 @@ name: Deploy Site
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
branches: [dev]
|
||||
paths:
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
@ -11,7 +12,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
with:
|
||||
ref: 'dev'
|
||||
|
||||
- name: Install dependencies
|
||||
uses: bahmutov/npm-install@v1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user