Skip to content

Commit 877e910

Browse files
committed
rsync files so old files are removed
1 parent 2325428 commit 877e910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: "build/docs"
4646

4747
- name: "Copy files"
48-
run: "cp -r build/docs docs/docs/components/type-resolver"
48+
run: "rsync -r --delete build/docs docs/docs/components/type-resolver"
4949

5050
- name: "Commit"
5151
run: |

0 commit comments

Comments
 (0)