Skip to content

Commit

Permalink
Sync without sub dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Mar 29, 2024
1 parent 877e910 commit 7b7e57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
path: "build/docs"

- name: "Copy files"
run: "rsync -r --delete build/docs docs/docs/components/type-resolver"
run: "rsync -r --delete build/docs/* docs/docs/components/type-resolver"

- name: "Commit"
run: |
Expand Down

0 comments on commit 7b7e57c

Please sign in to comment.