diff --git a/docs/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml similarity index 90% rename from docs/.github/workflows/deploy-docs.yml rename to .github/workflows/deploy-docs.yml index 5ae52b4c..d70d8e1c 100644 --- a/docs/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 # 如果你文档需要 Git 子模块,取消注释下一行 - submodules: true +# submodules: true - name: 安装 pnpm uses: pnpm/action-setup@v2 @@ -30,15 +30,15 @@ jobs: - name: 设置 Node.js uses: actions/setup-node@v3 - with: - node-version: 20 - cache: pnpm - + run: |- + cd docs + pnpm install - name: 构建文档 env: NODE_OPTIONS: --max_old_space_size=8192 run: |- + cd docs pnpm run docs:build > .vuepress/dist/.nojekyll diff --git a/.gitignore b/.gitignore index a94cfea6..6b1dd001 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ config.yml config.example.yml compile.bat # vuepress -docs/.github +.github # nuitka main.build/