From 630adc2002367a52a08500120d03e2a3daabe1e0 Mon Sep 17 00:00:00 2001 From: OllieJC Date: Thu, 28 Oct 2021 11:42:07 +0100 Subject: [PATCH] Ensure _config.yml is in build --- config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rb b/config.rb index 65495ef7a..b9aaa038d 100644 --- a/config.rb +++ b/config.rb @@ -50,6 +50,7 @@ redirect "security.txt/index.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt" redirect ".well-known/security.txt/index.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt" +import_file File.expand_path("_config.yml", config[:source]), "/_config.yml" helpers do include GovukTechDocs::ContributionBanner