From 1003fcd29f4a49c28808b9396349cdab90bbdb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Thu, 19 Jul 2018 17:50:11 +0200 Subject: [PATCH] Enable publishing of website on change Does what it says on the tin! --- ci/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 4d7c284..ef1e8bc 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,5 +1,4 @@ website([ website: 'awesome.ipfs.io', - disable_publish: true, - record: '_dnslink.dev' + record: '_dnslink' ])