Skip to content

Commit 89114b2

Browse files
committed
.github: exclude .git directory in rsync --delete op
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 1e40a35 commit 89114b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Sync site to pages repo
7979
run: |
80-
rsync -a --delete site/ pages/
80+
rsync -a --delete --exclude .git site/ pages/
8181
8282
- name: Commit and push
8383
run: |

0 commit comments

Comments
 (0)