diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d88ce5b1fa76d83158ba81e822632adab45a4bf..d225a21bdb830b2cb8d09aa5471e20d06acfd45c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,12 @@ build: 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 - - find -name "*.html" -exec mv -t public {} + artifacts: expire_in: 1 day paths: - - public/*.html + - module1/ressources/*.html + - module2/ressources/*.html + - module3/ressources/*.html + - module4/ressources/*.html only: - ci