Skip to content

Commit

Permalink
adding deploy remote back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Castillo committed Feb 13, 2017
1 parent 4b9e640 commit 3072e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = (grunt) ->
'bower_components/**'
'js/**'
'assets/**'
'CNAME',
'CNAME'
'wifi.html'
]
dest: 'dist/'
Expand All @@ -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'


Expand Down

0 comments on commit 3072e54

Please sign in to comment.