Skip to content

Commit 4d49149

Browse files
committed
renamed github pages configuration task
1 parent fcb730b commit 4d49149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ task :set_root_dir, :dir do |t, args|
276276
end
277277

278278
desc "Set up _deploy folder and deploy branch for Github Pages deployment"
279-
task :setup_github do
279+
task :setup_github_pages do
280280
repo_url = get_stdin("Enter the read/write url for your repository: ")
281281
user = repo_url.match(/:([^\/]+)/)[1]
282282
branch = (repo_url.match(/\/\w+.github.com/).nil?) ? 'gh-pages' : 'master'

0 commit comments

Comments
 (0)