From d7780f3dcf007f98fd3395fb3f8a95cb7bd35ffb Mon Sep 17 00:00:00 2001 From: xsf0105 Date: Mon, 25 Mar 2024 14:57:37 +0800 Subject: [PATCH] feat: io --- .github/workflows/deploy-v2-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-v2-site.yml b/.github/workflows/deploy-v2-site.yml index bc47176..7e45c02 100644 --- a/.github/workflows/deploy-v2-site.yml +++ b/.github/workflows/deploy-v2-site.yml @@ -26,7 +26,7 @@ jobs: folder: '/' token: ${{ secrets.GIT_ACTION }} repository-name: quark-ecosystem/quarkd-docs - target-folder: vue + target-folder: vue/v2/ # enable single-commit to reduce the repo size single-commit: true clean: true