Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 21, 2023
1 parent 0bbeaca commit 663b3fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/v3.cn.vuejs.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 6
- run: pnpm -v
- run: node -v
- 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: pnpm i
working-directory: v3.cn.vuejs.org

- run: npm run build
working-directory: v3.cn.vuejs.org

Expand Down

0 comments on commit 663b3fd

Please sign in to comment.