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 782dded commit 7836502
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/v3.cn.vuejs.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
node-version: 16
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2
with:
version: 6

- 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: npm i
- run: pnpm i
- run: npm run build

- name: Deploy (vue3) v3.cn.vuejs.org
Expand Down

0 comments on commit 7836502

Please sign in to comment.