Skip to content

Commit d731a9c

Browse files
authored
Merge pull request #836 from rollbar/wj-cache-control
Cache-control arg formatting
2 parents be56bfa + 2d0cc2e commit d731a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@master
1212
- uses: jakejarvis/[email protected]
1313
with:
14-
args: --cache-control "public, max-age=30672000" --follow-symlinks --delete
14+
args: --cache-control max-age=30672000,public --follow-symlinks --delete
1515
env:
1616
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
1717
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)