Skip to content

Commit

Permalink
修改部署脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
KimYangOfCat committed Jul 31, 2024
1 parent 7b8b914 commit ce5c1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-cvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# 运行命令,npm install && npm run build
- name: npm install and build
run: |
npm install
yarn
rm -rf ./blog/onlygithub
npm run build
yarn build
env:
CI: true
# 部署到腾讯云服务器
Expand Down

0 comments on commit ce5c1cc

Please sign in to comment.