From 849e7de87c5449b6ac7e1e60ff646232c2ecd56e Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:23:46 -0500 Subject: [PATCH] chore: fix path --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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