From 2ca57811c9e87325413922101b165c4ddc1eced2 Mon Sep 17 00:00:00 2001 From: "rothwell.andy@gmail.com" Date: Thu, 23 Jan 2025 15:37:57 -0500 Subject: [PATCH] rolls back again --- .github/workflows/prod_push_to_s3.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prod_push_to_s3.yml b/.github/workflows/prod_push_to_s3.yml index 4ab9e51..2adf08c 100644 --- a/.github/workflows/prod_push_to_s3.yml +++ b/.github/workflows/prod_push_to_s3.yml @@ -46,4 +46,3 @@ jobs: 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