mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 01:21:41 +00:00
BREAKING CHANGE: clonar el skel en la rama de la plantilla #12760
This commit is contained in:
parent
b15ebdf549
commit
4b6b422f95
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class Site < ApplicationRecord
|
|||
def clone_skel!
|
||||
return if jekyll?
|
||||
|
||||
Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path
|
||||
Rugged::Repository.clone_at(ENV['SKEL_SUTTY'], path, checkout_branch: design.gem)
|
||||
end
|
||||
|
||||
# Elimina el directorio del sitio
|
||||
|
|
Loading…
Reference in a new issue