We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2325428 commit 877e910Copy full SHA for 877e910
.github/workflows/documentation.yaml
@@ -45,7 +45,7 @@ jobs:
45
path: "build/docs"
46
47
- name: "Copy files"
48
- run: "cp -r build/docs docs/docs/components/type-resolver"
+ run: "rsync -r --delete build/docs docs/docs/components/type-resolver"
49
50
- name: "Commit"
51
run: |
0 commit comments