From 0d421786665cebb4b3f184b37ffa6e45473c4b95 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 23 Jan 2022 16:51:18 +0100 Subject: [PATCH] Don't deploy license file --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index a67c2d01..74c01ad3 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -5,7 +5,7 @@ feed_filename = "rss.xml" compile_sass = true minify_html = true -ignored_content = ["*/README.md"] +ignored_content = ["*/README.md", "LICENSE-CC-BY-NC"] [markdown] highlight_code = true