mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:41:41 +00:00
instalar gemas de sitios por separado
This commit is contained in:
parent
e5cfc23628
commit
932b1c3c3a
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -38,3 +38,4 @@
|
|||
/yarn-error.log
|
||||
yarn-debug.log*
|
||||
.yarn-integrity
|
||||
/vendor
|
||||
|
|
|
@ -62,7 +62,7 @@ class DeployLocal < Deploy
|
|||
end
|
||||
|
||||
def bundle
|
||||
run 'bundle'
|
||||
run 'bundle install --path=../gems'
|
||||
end
|
||||
|
||||
def jekyll_build
|
||||
|
|
Loading…
Reference in a new issue