Skip to content

Commit

Permalink
fix: add cache-control
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Mar 6, 2020
1 parent 311bb0b commit e5cab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --follow-symlinks --delete
args: --cache-control "public, max-age=30672000" --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit e5cab20

Please sign in to comment.