mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 01:01:43 +00:00
fix: hacer git lfs checkout despues de clonar el sitio #13022
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d84975a61a
commit
1c5dd603e5
1 changed files with 2 additions and 0 deletions
|
@ -473,6 +473,8 @@ class Site < ApplicationRecord
|
|||
return if jekyll?
|
||||
|
||||
Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path
|
||||
|
||||
deploys.find_by_type('DeployLocal').send(:git_lfs)
|
||||
end
|
||||
|
||||
# Elimina el directorio del sitio
|
||||
|
|
Loading…
Reference in a new issue