From 3014727b7923f825b1c16e3348722c92134f3327 Mon Sep 17 00:00:00 2001 From: "rothwell.andy@gmail.com" Date: Thu, 23 Jan 2025 14:30:12 -0500 Subject: [PATCH] pushes again to overwrite again --- .github/workflows/prod_push_to_s3.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prod_push_to_s3.yml b/.github/workflows/prod_push_to_s3.yml index 4ab9e51..2d7b9ac 100644 --- a/.github/workflows/prod_push_to_s3.yml +++ b/.github/workflows/prod_push_to_s3.yml @@ -45,5 +45,3 @@ jobs: run: | aws s3 sync dist s3://$AWS_S3_BUCKET --region us-east-1 --delete aws s3 cp s3://$AWS_S3_BUCKET s3://$AWS_S3_BUCKET --recursive --exclude "*" --include "*.html" --metadata-directive REPLACE --acl public-read --cache-control max-age=0,no-cache,no-store,must-revalidate,proxy-revalidate,public --expires "0" --content-type "text/html; charset=utf-8" - - \ No newline at end of file