diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d225a21bdb830b2cb8d09aa5471e20d06acfd45c..cfe5310c2f7b3cd13fbe7675e6462f04532dd7d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,9 @@ build: image: binarin/org-export stage: build script: - - for file in $(find -name "*.org"); do emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' &> /dev/null || echo "Exported $file"; done + - for file in $(find -name "*.org"); do + emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "\n\nExported $file\n\n" || echo "\n\nERROR $file\n\n"; + done artifacts: expire_in: 1 day paths: