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.
2 parents 61e477c + e77302b commit 50e5907Copy full SHA for 50e5907
.github/workflows/deployment.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
cp -R assets/ build/
59
cd build/
60
- aws s3 sync . s3://lambdatest-stage-docs/support/
+ aws s3 cp . s3://lambdatest-stage-docs/support/ --recursive
61
sleep 90;
62
- name: Cloudflare Invalidation
63
0 commit comments