mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-21 12:21:50 +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!
|
def clone_skel!
|
||||||
return if jekyll?
|
return if jekyll?
|
||||||
|
|
||||||
Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path
|
Rugged::Repository.clone_at(ENV['SKEL_SUTTY'], path, checkout_branch: design.gem)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Elimina el directorio del sitio
|
# Elimina el directorio del sitio
|
||||||
|
|
Loading…
Reference in a new issue