From c39e62e34c1b96a7ae862dad8b42b809287775a4 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 25 Mar 2024 16:16:26 +0530 Subject: [PATCH] update --- .github/workflows/cpanel-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpanel-deploy.yml b/.github/workflows/cpanel-deploy.yml index 8a7a0a33..30b3aea8 100644 --- a/.github/workflows/cpanel-deploy.yml +++ b/.github/workflows/cpanel-deploy.yml @@ -1,4 +1,4 @@ -on: +on: push: branches: - gh-pages @@ -15,6 +15,6 @@ jobs: uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: server: ftp.snigdhaos.org - username: ${{ secrets.ftp_password }} + username: ${{ secrets.ftp_username }} password: ${{ secrets.ftp_password }} server-dir: /docs.snigdhaos.org/ \ No newline at end of file