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

Update .gitlab-ci.yml file add build folder creation

parent d7fde375
No related branches found
No related tags found
No related merge requests found
Pipeline #104054 passed
......@@ -15,12 +15,12 @@ preprocessing:
pandoc:
stage: build
stage: test
dependencies: [preprocessing]
image:
name: pandoc/ubuntu:latest
name: pandoc/latex:latest
entrypoint: ["/bin/sh", "-c"]
script:
- mkdir -p build
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
artifacts:
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