diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 598fcf2..3b37af7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,7 +19,7 @@ jobs: # path: node_modules/ # key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }} # restore-keys: | - # ${{ runner.os }}-node-modules- + # ${{ runner.os }}-node-modules- - name: 安装依赖 if: steps.node-modules.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile diff --git a/.umirc.ts b/.umirc.ts index 5a30b67..9f0c095 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -4,7 +4,7 @@ import { defineConfig } from 'dumi'; export default defineConfig({ title: 'VoerkaI18n', - base:"voerkao18n", + base:"/voerkai18n", mode: 'site', logo: "/images/i18n.png", outputPath:"docs/dist",