ikwiki: fix keys from public being included
All checks were successful
/ render (push) Successful in 41s
All checks were successful
/ render (push) Successful in 41s
This commit is contained in:
parent
77f31f885a
commit
25170bb309
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ ENV: {}
|
|||
# time zone name
|
||||
timezone: 'America/Montreal'
|
||||
# regexp of normally excluded files to include
|
||||
include: ^(\.htaccess|.*/keys/.*.asc)$
|
||||
include: ^(\.htaccess|keys/.*.asc)$
|
||||
# regexp of files that should be skipped
|
||||
exclude: ^(tools/.*|lib/.*|public/.*)$
|
||||
# specifies the characters that are allowed in source filenames
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue