Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c27c6a

Browse files
rake again
1 parent 3e865c3 commit 2c27c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ task :deploy => [:check_git] do
2727
puts "...generate _site"
2828
system "jekyll build --verbose && git checkout \"#{deploy_branch}\" && git pull origin \"#{deploy_branch}\" && cp -r _site/* . && rm -rf _site/ && touch .nojekyll && git add . && git commit -m \"#{message}\" && git push origin \"#{deploy_branch}\"" or exit!(1)
2929
puts "...git checkout \"#{source_branch}\""
30-
system "git checkout \"#{source_branch}\"" or exit!(1)
30+
system "git checkout \"#{source_branch}\""
3131
system "osascript -e 'display notification \"rake deploy just finished\" with title \"Docs are ready!\"'"
3232
end

0 commit comments

Comments
 (0)