Skip to content
Snippets Groups Projects

Feature/ci slides setup

Merged Dennis Gläser requested to merge feature/ci-slides-setup into master
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -38,7 +38,7 @@ pages:
stage: deploy
script:
- |
mkdir build && pushd build
mkdir build && cd build
for MDFILE in ../slides/*.md; do
TARGET=${MDFILE/.md/.html}
pandoc -t revealjs -s --mathjax -o ${TARGET} ../slides/${MDFILE} \
@@ -46,7 +46,7 @@ pages:
-V theme=${REVEAL_THEME} \
--include-in-header=../slides/dumux_course.css
done
popd build
cd ..
- mkdir public && mv build/* public
artifacts:
paths:
Loading