Skip to content

Commit 764d211

Browse files
committed
2 parents 385bfc9 + c9756d7 commit 764d211

35 files changed

+699
-247
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- 'stage'
6-
# workflow_dispatch:
6+
# workflow_dispatch:
77

88
jobs:
99
Docusaurus:
@@ -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: |
4.38 MB
Binary file not shown.
8.94 MB
Binary file not shown.
3.6 MB
Binary file not shown.
48.5 KB
Loading
81.6 KB
Loading
49.3 KB
Loading
34.4 KB
Loading
90.7 KB
Loading
30.5 KB
Loading

0 commit comments

Comments
 (0)