Skip to content

Commit 4b3f575

Browse files
authored
Add rsync command to sync .github directory
1 parent 1633350 commit 4b3f575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/directory-listing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
3333
# Keep a copy of /data (generated listing included)
3434
tmpdir="$(mktemp -d)"
35+
rsync -a --delete .github/ "$tmpdir/"
3536
rsync -a --delete data/ "$tmpdir/"
3637
3738
# Create an orphan branch and replace contents with only /data

0 commit comments

Comments
 (0)