Skip to content
Snippets Groups Projects
Commit bd78fc39 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

TMP DEBUG

parent 21a53909
No related branches found
No related tags found
No related merge requests found
Pipeline #30175 waiting for manual action
This commit is part of merge request !145. Comments created here will be created in the context of that merge request.
...@@ -45,12 +45,18 @@ pages: ...@@ -45,12 +45,18 @@ pages:
mkdir build && cd build mkdir build && cd build
for MDFILE in ../slides/*.md; do for MDFILE in ../slides/*.md; do
TARGET=${MDFILE/.md/.html} TARGET=${MDFILE/.md/.html}
pandoc -t revealjs -s --mathjax -o ${TARGET} ../slides/${MDFILE} \ TARGET=${TARGET#../slides/}
-V revealjs-url=https://unpkg.com/reveal.js/ \ echo "Processing file '${MDFILE}' into '${TARGET}'"
-V theme=${REVEAL_THEME} \ pandoc -t revealjs -s --mathjax \
--include-in-header=../slides/dumux_course.css -o ${TARGET} ../slides/${MDFILE} \
-V revealjs-url=https://unpkg.com/reveal.js/ \
-V theme=${REVEAL_THEME} \
--include-in-header=../slides/dumux_course.css
done done
echo "PDW = $(pwd)"
ls
cd .. cd ..
- ls build
- mkdir public && mv build/* public - mkdir public && mv build/* public
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment