From 4a818df798198d76f06c07491c8246d52c413223 Mon Sep 17 00:00:00 2001 From: yangxiaolu3 <962468124@qq.com> Date: Thu, 6 Jan 2022 22:00:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 1f8d2c999..611157c3c 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -28,7 +28,7 @@ jobs: uses : JamesIves/github-pages-deploy-action@4.1.7 with : branch : docs_dev # action 应该部署到的分支。 - folder : site_docs/config.json #操作应该部署的文件夹。 + folder : site_docs/config.json #操作应该部署的文件夹 。 repository-name: jdf2e/nutui-docs token: ${{ secrets.GIT_ACTION }} target-folder: src/docs_vue/config.json -- GitLab