Skip to content

Commit

Permalink
Update cache-control.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Apr 9, 2024
1 parent ad642cd commit bb7c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -87,7 +88,6 @@ jobs:
CACHE_CONTROLS_MISSES=(
"no-cache"
"no-store"
"public"
"private"
"max-age=0"
"must-revalidate"
Expand Down

0 comments on commit bb7c9eb

Please sign in to comment.