From 3072e5453c05a89a55c4e929d11106f13e572534 Mon Sep 17 00:00:00 2001 From: Miguel Castillo Date: Mon, 13 Feb 2017 10:41:30 -0500 Subject: [PATCH] adding deploy remote back in --- Gruntfile.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index cf8e46a..dd04df6 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -69,7 +69,7 @@ module.exports = (grunt) -> 'bower_components/**' 'js/**' 'assets/**' - 'CNAME', + 'CNAME' 'wifi.html' ] dest: 'dist/' @@ -90,6 +90,7 @@ module.exports = (grunt) -> message: 'Built from %sourceCommit% on branch %sourceBranch%' pages: options: + remote: 'https://github.com/sem-js/semjs-slides.git' branch: 'gh-pages'