mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 14:40:43 +03:00
deploy: Add tests; fix Windows
This commit is contained in:
parent
527cf1ab03
commit
5dc6d0df94
3 changed files with 552 additions and 68 deletions
|
@ -43,6 +43,7 @@ type target struct {
|
|||
// a specified pattern.
|
||||
type matcher struct {
|
||||
// Pattern is the string pattern to match against paths.
|
||||
// Matching is done against paths converted to use / as the path separator.
|
||||
Pattern string
|
||||
|
||||
// CacheControl specifies caching attributes to use when serving the blob.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue