From 085129ac6468cd893bd920d5c0049eb932c1410e Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 12 Nov 2023 18:35:49 -0300 Subject: [PATCH] Fix rubocop --- tasks/nanoc.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/nanoc.rake b/tasks/nanoc.rake index a3fadb5..29f1a60 100644 --- a/tasks/nanoc.rake +++ b/tasks/nanoc.rake @@ -30,7 +30,6 @@ end desc "Build the website" task build: ["nanoc:clean_css", "nanoc:compile"] - desc "Trigger a build when src/ is modified" task "build:watch" => "nanoc:watch"