From 6fee2d04cc678faee44d75ba9bc900ed5ec9ee93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 4 Sep 2019 14:34:53 +0200
Subject: [PATCH] Ensure that new shell script is excluded from build

---
 _config.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index 82b3d24..1c7a10c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -168,8 +168,7 @@ exclude:
   - /assets/images/logo/dbkgd_ws.png
   - /assets/RePEc/rdf2yml.py
   - .gitlab-ci.yml
-  - setup-release.sh
-  - setup-snapshots.sh
+  - setup-download-links.sh
   - COPYING
 keep_files:
   - .git
-- 
GitLab