Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz1987 committed Jan 5, 2024
1 parent 97a87ee commit f5805de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
- name: npm install
- name: npm install
run: npm install
# 运行构建脚本
- name: Build VuePress site
Expand All @@ -33,4 +33,4 @@ jobs:
# 用户
REMOTE_USER: "root"
# 目标地址 你在服务器上部署代码的地方
TARGET: "/www/byteee-fund-docs/cordova-plugin-wechat"
TARGET: "/www/byteee-fund-docs/cordova-plugin-wechat"

0 comments on commit f5805de

Please sign in to comment.