Skip to content

Commit

Permalink
chore 给脚本增加执行权限
Browse files Browse the repository at this point in the history
  • Loading branch information
W1ndys committed Jan 28, 2025
1 parent 4e8088c commit 12967c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
script: /home/W1ndys/Easy-QFNU_scripts/update_site_scripts/update_site.sh
script: |
chmod +x /home/W1ndys/Easy-QFNU_scripts/update_site_scripts/update_site.sh
/home/W1ndys/Easy-QFNU_scripts/update_site_scripts/update_site.sh

0 comments on commit 12967c4

Please sign in to comment.