From fa77403d0e69527bd6f02206a9e5ffa4258a0be9 Mon Sep 17 00:00:00 2001 From: Helen Chong Date: Mon, 21 Apr 2025 19:27:17 +0800 Subject: [PATCH] Remove Source folder from exception --- .gitea/workflows/hostinger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hostinger.yml b/.gitea/workflows/hostinger.yml index b662eccc..e578efe3 100644 --- a/.gitea/workflows/hostinger.yml +++ b/.gitea/workflows/hostinger.yml @@ -34,4 +34,4 @@ jobs: REMOTE_USER: ${{ secrets.REMOTE_USER }} TARGET: ${{ secrets.REMOTE_TARGET }} REMOTE PORT: "65002" - EXCLUDE: "/__Source/, /node_modules/, /host/" \ No newline at end of file + EXCLUDE: "/node_modules/, /host/" \ No newline at end of file