Skip to content

Commit 834d3a2

Browse files
committed
Build up the proper repo url in gh-pages options.
1 parent 5c6082a commit 834d3a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grunt/options.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ module.exports =
286286

287287
'gh-pages':
288288
options:
289+
repo: 'https://' + process.env.GH_TOKEN + '@github.com/angular-ui/angular-google-maps.git'
290+
silent: true
289291
base: 'dist'
290292
user:
291293
name: process.env.GIT_NAME

0 commit comments

Comments
 (0)