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

Update .gitlab-ci.yml file adapt path of topic-template

parent 1a6c73fd
No related branches found
No related tags found
No related merge requests found
Pipeline #104072 passed
......@@ -24,7 +24,7 @@ pandoc:
entrypoint: ["/bin/sh", "-c"]
script:
# build research topics
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
- pandoc --standalone build/topic-template.md -o build/topic-template.html --mathjax
# build index
- pandoc --standalone build/index.md -o build/index.html --mathjax
# build static staff pages (generated by create-staff-yml.sh
......
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