diff --git a/.github/workflows/v3.cn.vuejs.org.yml b/.github/workflows/v3.cn.vuejs.org.yml index 96306b125..40cd09ce0 100644 --- a/.github/workflows/v3.cn.vuejs.org.yml +++ b/.github/workflows/v3.cn.vuejs.org.yml @@ -23,14 +23,15 @@ jobs: - run: npm -v - name: Get Static (Vue 3) - run: | - git clone https://github.com/vuejs-translations/docs-zh-cn.git -b main --single-branch v3.cn.vuejs.org --depth 1 + run: git clone https://github.com/vuejs-translations/docs-zh-cn.git -b main --single-branch v3.cn.vuejs.org --depth 1 + - run: pnpm i working-directory: v3.cn.vuejs.org - run: npm run build working-directory: v3.cn.vuejs.org - - run: tree -I 'node_modules' -L 2 + + - run: tree -I 'node_modules' -L 4 - name: Deploy (vue3) v3.cn.vuejs.org uses: peaceiris/actions-gh-pages@v3