From 5fdc62cd9fc539cb9a0629d834a68412a4ed4535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20Dedi=C4=87?= Date: Tue, 20 Aug 2024 19:51:43 +0200 Subject: [PATCH] Adding verbose logging --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7892a0..b23229a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,3 +56,4 @@ jobs: local-dir: ./dist/ # Adjust this to match your project name server-dir: /public_html/ # Adjust this to your target directory on the server port: ${{ secrets.FTP_PORT }} # Optional, default is 21 + args: "-v" # Enable verbose logging