mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-21 14:50:39 +00:00
add quotes
This commit is contained in:
parent
733ecf96a4
commit
8d58de7f04
6
DOCS.md
6
DOCS.md
@ -65,7 +65,7 @@ publish:
|
|||||||
target: /target/location
|
target: /target/location
|
||||||
delete: true
|
delete: true
|
||||||
metadata:
|
metadata:
|
||||||
Cache-Control: max-age: 10000
|
Cache-Control: "max-age: 10000"
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you can specify metadata for file patterns by using a glob:
|
Or you can specify metadata for file patterns by using a glob:
|
||||||
@ -83,7 +83,7 @@ publish:
|
|||||||
delete: true
|
delete: true
|
||||||
metadata:
|
metadata:
|
||||||
"*.png":
|
"*.png":
|
||||||
Cache-Control: max-age: 10000000
|
Cache-Control: "max-age: 10000000"
|
||||||
"*.html":
|
"*.html":
|
||||||
Cache-Control: max-age: 1000
|
Cache-Control: "max-age: 1000"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user