From a4b8c63bb5fa1eec79fad49cd7c4a64a07e69368 Mon Sep 17 00:00:00 2001 From: "tan.nguyen" Date: Mon, 16 Sep 2024 07:38:39 +0700 Subject: [PATCH] Deploy whole static site --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bb0a54..57812f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,4 +23,4 @@ jobs: aws-region: ap-southeast-2 - name: Deploy to S3 - run: aws s3 cp -R static-site s3://frees-au-static/ \ No newline at end of file + run: aws s3 cp static-site s3://frees-au-static/ --recursive \ No newline at end of file