Skip to content

Commit e77302b

Browse files
authored
Update deployment.yml
Changed aws copy method from sync to cp
1 parent 61e477c commit e77302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cp -R assets/ build/
5959
cd build/
60-
aws s3 sync . s3://lambdatest-stage-docs/support/
60+
aws s3 cp . s3://lambdatest-stage-docs/support/ --recursive
6161
sleep 90;
6262
- name: Cloudflare Invalidation
6363
run: |

0 commit comments

Comments
 (0)