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 14d786e commit 782dded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cn.vuejs.org.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cn.vuejs.org
name: v2.cn.vuejs.org
on:
push:
paths:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v3.cn.vuejs.org.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cn.vuejs.org
name: v3.cn.vuejs.org
on:
push:
paths:
Expand All @@ -17,8 +17,8 @@ jobs:
- 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
npm i
npm run build
- run: npm i
- run: npm run build

- name: Deploy (vue3) v3.cn.vuejs.org
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 782dded

Please sign in to comment.