From c57022a98fa27b9c5bfbbeac67552a6388262197 Mon Sep 17 00:00:00 2001 From: undefined Date: Thu, 7 Dec 2023 09:26:26 +0800 Subject: [PATCH] bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 路径问题 --- .github/workflows/deploy_document.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_document.yaml b/.github/workflows/deploy_document.yaml index 8173cd3..f8d8df2 100644 --- a/.github/workflows/deploy_document.yaml +++ b/.github/workflows/deploy_document.yaml @@ -17,5 +17,5 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: undefined-ux/json-parser-homework TARGET_BRANCH: document - BUILD_SCRIPT: yarn && yarn build + BUILD_SCRIPT: cd docs && yarn && yarn build BUILD_DIR: docs/.vuepress/dist