Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruofee committed May 13, 2024
1 parent 657e791 commit 935c46d
Show file tree
Hide file tree
Showing 4 changed files with 11,968 additions and 10,828 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install Node
run: yarn global add n && sudo n 16.17.1
- name: Install # 2. 安装依赖
run: yarn config set strict-ssl false && yarn config set registry https://registry.npmjs.org/ && yarn
run: npm install -g pnpm@8.7.6 && pnpm install
- name: Build # 3. 打包
run: yarn docs:build
run: pnpm docs:build
- name: Deploy to Server
uses: easingthemes/ssh-deploy@v2.1.5
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-vue2": "^2.0.3",
"vitest": "^0.7.4",
"vue": "2.7.14",
"vue": "2.7.16",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vuepress": "^1.9.10"
Expand Down
Loading

0 comments on commit 935c46d

Please sign in to comment.