From bb7c9eb3fcb0fd0e17c6abcc38a73369c9a6678e Mon Sep 17 00:00:00 2001 From: Evgeniy Antonyuk Date: Tue, 9 Apr 2024 20:26:19 +0700 Subject: [PATCH] Update cache-control.yml --- .github/workflows/cache-control.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-control.yml b/.github/workflows/cache-control.yml index 423a5c5bb5..0897586a16 100644 --- a/.github/workflows/cache-control.yml +++ b/.github/workflows/cache-control.yml @@ -72,6 +72,7 @@ jobs: "max-age=120,must-revalidate" "public,max-age=60" "immutable" + "public" "public,s-maxage=60,max-age=30" "immutable,max-age=3600" "max-age=300,must-revalidate" @@ -87,7 +88,6 @@ jobs: CACHE_CONTROLS_MISSES=( "no-cache" "no-store" - "public" "private" "max-age=0" "must-revalidate"