Skip to content
Snippets Groups Projects
Commit 80afe15d authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

Merge branch 'master' of gitlab.com:fabiangabel/research-topics-mat-tuhh

parents 38ae7dc4 77b8f661
No related branches found
No related tags found
No related merge requests found
Pipeline #104058 failed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
#
preprocessing:
stage: build
allow_failure: false
......@@ -9,9 +10,10 @@ preprocessing:
script:
- apk add --no-cache --upgrade bash
- ./preprocMd.sh
- ./preprocIndexMd.sh
artifacts:
paths:
- build/*.md
- build
pandoc:
......@@ -22,6 +24,7 @@ pandoc:
entrypoint: ["/bin/sh", "-c"]
script:
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
- pandoc --standalone build/index.md -o index.html --mathjax
artifacts:
paths:
- build/*.html
......
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