From f8905d5dca59d9201d092218369278a83e9e643d Mon Sep 17 00:00:00 2001 From: Hauke D Date: Tue, 4 Sep 2018 20:17:55 +0200 Subject: [PATCH] Try it without excluding regex.html I wanted to exclude regex.html from processing, not publishing, let's see what happens now... --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 460f4cb..bf86566 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,4 @@ description: Run Perl in the browser with WebPerl! logo: webperl.png show_downloads: false exclude: - - regex.html + - CNAME