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