Skip to content

Commit

Permalink
fix: correct cache-control headers. Resolves https://zippie-labs.atla…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephgosling committed Feb 22, 2023
1 parent c14ce50 commit d473bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d473bdd

Please sign in to comment.