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