From 9786a4b58ad8928117074538b039c39df60231a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=AE=E6=96=87=E6=B6=9B?= Date: Tue, 17 Oct 2023 14:36:21 +0800 Subject: [PATCH] fix: update docs.json path --- .github/workflows/pages.yml | 4 ++-- docs.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 docs.json diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3c8dbde..c73f8a4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,8 +21,8 @@ jobs: uses: longbridgeapp/feishu-pages@main - name: Build Pages run: | - cp -r dist/docs ./ - cp dist/docs.json ./ + cp -r dist/docs/* docs/ + cp dist/docs.json docs/ yarn yarn autocorrect --fix docs/ yarn translate diff --git a/docs.json b/docs.json deleted file mode 100644 index 0637a08..0000000 --- a/docs.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file