We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877e910 commit 7b7e57cCopy full SHA for 7b7e57c
.github/workflows/documentation.yaml
@@ -45,7 +45,7 @@ jobs:
45
path: "build/docs"
46
47
- name: "Copy files"
48
- run: "rsync -r --delete 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