We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc8abb commit b949bbdCopy full SHA for b949bbd
1 file changed
.github/workflows/sync-element-web.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Sync processed files
39
run: |
40
- rsync -a --delete --exclude='.github' --exclude='scripts' ./processed/ ./
+ rsync -a --delete --exclude='.git' --exclude='.github' --exclude='scripts' ./processed/ ./
41
42
- name: Commit and push
43
0 commit comments