Skip to content

Commit 50e5907

Browse files
authored
Merge pull request LambdaTest#1318 from ksrakshit/patch-1
Update deployment.yml
2 parents 61e477c + e77302b commit 50e5907

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)