From d473bdd309e59fd9759c82bda0b1be0a2eae91d5 Mon Sep 17 00:00:00 2001 From: Steph Gosling Date: Wed, 22 Feb 2023 09:41:39 +0000 Subject: [PATCH] fix: correct cache-control headers. Resolves https://zippie-labs.atlassian.net/browse/TS-80 --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index a36f65e..2525a1a 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -165,7 +165,7 @@ jobs: --include '*.css' \ --include '*.js' \ --include '*.json' \ - --cache-control 'max-age-300, must-revalidate' \ + --cache-control 'max-age=300, must-revalidate' \ --copy-props 'metadata-directive' \ --recursive - name: Slack Notification