From bf4c9686eaf740f26699bf86ef480b00d2f6e3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=BD=E9=9B=81=E6=B2=99?= Date: Sat, 14 Dec 2024 13:33:51 +0800 Subject: [PATCH] feat: new version --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1a2e4d1..2ec819e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,4 +21,4 @@ jobs: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} # github_token: ${{ secrets.GITHUB_TOKEN }} # 文档目录,如果是 react 模板需要修改为 docs-dist - publish_dir: ./examples/form-designer-react/build \ No newline at end of file + publish_dir: ./examples/form-designer-react/dist \ No newline at end of file