Skip to content

Commit

Permalink
Suppress the output for the deploy rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and amorde committed Nov 19, 2023
1 parent 762c2bf commit 6fa2de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleman-gh-pages/tasks/gh-pages.rake
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ task :publish => [:prevent_dirty_builds, :sync_build_dir, :build] do
else
puts "No changes to commit."
end
sh "git push #{remote_name} #{branch_name}"
sh "git push #{remote_name} #{branch_name} --quiet > /dev/null 2>&1"
end
end

0 comments on commit 6fa2de7

Please sign in to comment.