diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b23229a..61b4515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,4 +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 + log-level: verbose