From 20310110e3bdc5b4f34b328ea73a6e0e048841c3 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 24 Sep 2022 11:45:46 +0800 Subject: [PATCH] chore: fix github-pages-deploy-action version --- .github/workflows/deploy-v4-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index 39b9d54ee..6f6312f46 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -32,14 +32,14 @@ jobs: run: npm run build:site - name: Deploy for Gitee 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages folder: packages/vant/site-dist target-folder: v4 - name: Deploy for GitHub 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: main folder: packages/vant/site-dist