From 7ec538ce159e401f2a9cf408b1c359626af7865a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=BD=E9=9B=81=E6=B2=99?= Date: Sat, 28 Jun 2025 11:40:40 +0800 Subject: [PATCH] feat: readme --- .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 19add57..c10f332 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -22,4 +22,4 @@ jobs: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} # github_token: ${{ secrets.GITHUB_TOKEN }} # 文档目录,如果是 react 模板需要修改为 docs-dist - publish_dir: ./examples/basic/build + publish_dir: ./examples/basic/dist