diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e254057..302d46c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,5 +64,4 @@ jobs: key: ${{ secrets.SSH_KEY }} script: | cd blog.stevanfreeborn.com - chmod +x deploy.ps1 - ./.github/scripts/deploy.ps1 \ No newline at end of file + ./deploy.ps1 \ No newline at end of file