mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 12:01:42 +00:00
capturar toda la salida
This commit is contained in:
parent
d880933dc0
commit
582d63c60a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ find -L ./_sites -mindepth 3 -maxdepth 3 -name .generate \
|
|||
# Ya que estamos, eliminamos la ruta donde estamos paradas para no dar
|
||||
# información sobre la servidora.
|
||||
bundle exec \
|
||||
jekyll build --trace --destination "${_deploy}" \
|
||||
jekyll build --trace --destination "${_deploy}" 2>&1 \
|
||||
| sed -re "s,${_path},,g" \
|
||||
> "build.log"
|
||||
|
||||
|
|
Loading…
Reference in a new issue