mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:16:21 +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-error.log
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
/vendor
|
||||||
|
|
|
@ -62,7 +62,7 @@ class DeployLocal < Deploy
|
||||||
end
|
end
|
||||||
|
|
||||||
def bundle
|
def bundle
|
||||||
run 'bundle'
|
run 'bundle install --path=../gems'
|
||||||
end
|
end
|
||||||
|
|
||||||
def jekyll_build
|
def jekyll_build
|
||||||
|
|
Loading…
Reference in a new issue