Skip to content

Commit 92e6b45

Browse files
committed
Fix settting of commiter information (should be in repo to be pushed)
1 parent 4f83375 commit 92e6b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/dpl/providers/pages/git.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def login
8282

8383
def setup
8484
info :setup_dir, src_dir
85-
info :committer_from_gh if committer_from_gh?
86-
info :git_config
8785
end
8886

8987
def prepare
@@ -95,6 +93,8 @@ def prepare
9593

9694
def deploy
9795
git_clone? ? git_clone : git_init
96+
info :committer_from_gh if committer_from_gh?
97+
info :git_config
9898
copy_files
9999
return info :stop unless git_dirty?
100100
git_config

0 commit comments

Comments
 (0)