Commit f82c322c authored by brospars's avatar brospars

...

parent aab628a5
...@@ -5,15 +5,16 @@ stages: ...@@ -5,15 +5,16 @@ stages:
build: build:
stage: build stage: build
script: script:
- for file in $(find -name "*.org"); do - ls -al /
emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "Exported $file" || echo "ERROR $file"; # - for file in $(find -name "*.org"); do
done # emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "Exported $file" || echo "ERROR $file";
artifacts: # done
expire_in: 1 day # artifacts:
paths: # expire_in: 1 day
- module1/ressources/*.html # paths:
- module2/ressources/*.html # - module1/ressources/*.html
- module3/ressources/*.html # - module2/ressources/*.html
- module4/ressources/*.html # - module3/ressources/*.html
# - module4/ressources/*.html
only: only:
- ci - ci
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment