Skip to content
Snippets Groups Projects
Commit de0ade40 authored by Fabian Gabel's avatar Fabian Gabel
Browse files

Update .gitlab-ci.yml

parent 9771b0c3
No related branches found
No related tags found
No related merge requests found
Pipeline #104056 failed
......@@ -10,6 +10,7 @@ preprocessing:
script:
- apk add --no-cache --upgrade bash
- ./preprocMd.sh
- ./buildIndexMd.sh
artifacts:
paths:
- build
......@@ -23,7 +24,7 @@ pandoc:
entrypoint: ["/bin/sh", "-c"]
script:
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
- pandoc --standalone topics/index.md -o index.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