From 11f818e11308495bf2c4c64e7c416c91ef4e250e Mon Sep 17 00:00:00 2001 From: Dikshit Moradiya <106728438+ct-dixit@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:04:58 +0530 Subject: [PATCH] Fix EXCLUDE path formatting in prod.yml --- .github/workflows/prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index c052b92..3408813 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -32,7 +32,7 @@ jobs: REMOTE_USER: u106957989 REMOTE_PORT: '65002' TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/bootstrap/free - EXCLUDE: '/node_modules/ + EXCLUDE: '/node_modules/' - name: Read version id: version