Skip to content

Commit ea77c09

Browse files
committed
another test
1 parent f54cd0f commit ea77c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Copy build to destination
4343
run: |
4444
# Remove all files from destination except .git and distribucions subdirectories
45-
find destination -mindepth 1 -not -path '*/.git' -not -path '*/distribucions/catux/*' -not -name 'CNAME' -type f -delete;
45+
find destination -mindepth 1 -not -path '*/.git/*' -not -path '*/distribucions/catux/*' -not -name 'CNAME' -type f -delete;
4646
4747
# Copy all built files to destination
4848
cp -r source/app/public/* destination/

0 commit comments

Comments
 (0)