Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit594442c

Browse files
committed
chore: master to develop!
1 parentf01b0ad commit594442c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
require'rake-jekyll'
22

33
Rake::Jekyll::GitDeployTask.new(:deploy)do |t|
4+
# master branch for machine
5+
t.deploy_branch='master'
6+
47
# Skip commit and push when building a pull request or env. variable
58
# SKIP_COMMIT represents truthy.
69
t.skip_commit=->{
710
ENV['TRAVIS_PULL_REQUEST'].to_i >0 ||
811
%w[yesytrue1].include?(ENV['SKIP_COMMIT'].to_s.downcase) ||
9-
!ENV['TRAVIS_BRANCH'].to_s.include?("master")
12+
!ENV['TRAVIS_BRANCH'].to_s.include?("develop")
1013
}
1114
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp