From 1eb351d0a9337897f2cba2b1521e12caf782c4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?= <35270174+monambike@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:28:04 -0300 Subject: [PATCH] Update push-hostinger.yml --- .github/workflows/push-hostinger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml index 044c68e..9af1687 100644 --- a/.github/workflows/push-hostinger.yml +++ b/.github/workflows/push-hostinger.yml @@ -34,6 +34,6 @@ jobs: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - local-dir: ./publish-folder - server-dir: public_html + local-dir: ./publish-folder/ + server-dir: public_html/ passive: true