Skip to content

Commit

Permalink
feat: ci 脚本先进入目录
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangjj1996 committed Aug 27, 2024
1 parent 648fef8 commit 2803beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: npm i && npm run build && echo "success"
script: cd /var/www/blog && npm i && npm run build && echo "success"

0 comments on commit 2803beb

Please sign in to comment.