Skip to content

Commit 6249b54

Browse files
authored
Fix EXCLUDE path formatting in prod.yml (#20)
1 parent 2d4de34 commit 6249b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
REMOTE_USER: u106957989
3333
REMOTE_PORT: '65002'
3434
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/bootstrap/free
35-
EXCLUDE: '/node_modules/
35+
EXCLUDE: '/node_modules/'
3636

3737
- name: Read version
3838
id: version

0 commit comments

Comments
 (0)