From f5370bc54abe97b7c878e14bb24417fb0e457622 Mon Sep 17 00:00:00 2001 From: nemo-shen Date: Mon, 24 May 2021 09:46:04 +0800 Subject: [PATCH] build(CI): sync vant deploy-site (#4226) --- .github/workflows/deploy-site.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 6717401c..fb612202 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -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