We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be56bfa + 2d0cc2e commit d731a9cCopy full SHA for d731a9c
.github/workflows/workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@master
12
- uses: jakejarvis/[email protected]
13
with:
14
- args: --cache-control "public, max-age=30672000" --follow-symlinks --delete
+ args: --cache-control max-age=30672000,public --follow-symlinks --delete
15
env:
16
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
17
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments