From fc6b96ed1bc87b02bec102908d6048fb977c4cf0 Mon Sep 17 00:00:00 2001 From: nemo shen Date: Wed, 3 Jan 2024 21:49:33 +0800 Subject: [PATCH] chore: deploy --- .github/workflows/deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 00c3360..fac7cf3 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -34,7 +34,7 @@ jobs: branch: main folder: dist token: ${{ secrets.VANT_PLAYGROUND_TOKEN }} - repository-name: vant-ui/vant-playground.github.io + repository-name: vant-ui/vant-ui.github.io target-folder: playground # enable single-commit to reduce the repo size single-commit: true