From 7bd75df66af9cb488cbf5d107bc3fc26d1d69e33 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 11 Feb 2021 23:36:12 +0100 Subject: [PATCH] exclude deploy script in build --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index ce1a44d..b3f2e79 100644 --- a/_config.yml +++ b/_config.yml @@ -22,3 +22,4 @@ exclude: - .gemfiles/ - Gemfile - Gemfile.lock + - deploy.sh