From 25170bb309a1dfd35c90a81d157dfdb3ae8a4c24 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 3 Jan 2026 15:36:09 -0500 Subject: [PATCH] ikwiki: fix keys from public being included --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 0eab8e1..fa15fa8 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -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