Skip to content

Commit b949bbd

Browse files
workflow fix
1 parent 4bc8abb commit b949bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-element-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Sync processed files
3939
run: |
40-
rsync -a --delete --exclude='.github' --exclude='scripts' ./processed/ ./
40+
rsync -a --delete --exclude='.git' --exclude='.github' --exclude='scripts' ./processed/ ./
4141
4242
- name: Commit and push
4343
run: |

0 commit comments

Comments
 (0)