diff --git a/.github/workflows/install-deps.yml b/.github/workflows/install-deps.yml index d52b12e..e2b053b 100644 --- a/.github/workflows/install-deps.yml +++ b/.github/workflows/install-deps.yml @@ -31,4 +31,4 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} port: 22 script: | - cd /var/www/e-cosplay && git pull && nohup sh ./update.sh + cd /var/www/e-cosplay && git reset --hard && git pull && nohup sh ./update.sh