diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a49c371c9352b7c34904d335ff6cf71783ed569..ed036f5a2b5235c934395d313e282329cb133457 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,16 @@ stages: 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)' && echo "Exported $file" || echo "ERROR $file"; - done - artifacts: - expire_in: 1 day - paths: - - module1/ressources/*.html - - module2/ressources/*.html - - module3/ressources/*.html - - module4/ressources/*.html + - ls -al / +# - for file in $(find -name "*.org"); do +# emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "Exported $file" || echo "ERROR $file"; +# done +# artifacts: +# expire_in: 1 day +# paths: +# - module1/ressources/*.html +# - module2/ressources/*.html +# - module3/ressources/*.html +# - module4/ressources/*.html only: - ci