Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
jaywcjlove committed Feb 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent efb2cd0 commit 18a223c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/v3.cn.vuejs.org.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 18a223c

Please sign in to comment.