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