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

add comments to yaml

parent 6dd739cc
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,11 @@ pandoc: ...@@ -23,9 +23,11 @@ pandoc:
name: pandoc/latex:latest name: pandoc/latex:latest
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
script: script:
# build research topics
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax - pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
# build index
- pandoc --standalone build/index.md -o build/index.html --mathjax - pandoc --standalone build/index.md -o build/index.html --mathjax
#building staff pages (generated by create-staff-yml.sh # build static staff pages (generated by create-staff-yml.sh
- pandoc --standalone ./build/ataraz.md -o ./build/ataraz.html --mathjax - pandoc --standalone ./build/ataraz.md -o ./build/ataraz.html --mathjax
- pandoc --standalone ./build/cseifert.md -o ./build/cseifert.html --mathjax - pandoc --standalone ./build/cseifert.md -o ./build/cseifert.html --mathjax
- pandoc --standalone ./build/dclemens.md -o ./build/dclemens.html --mathjax - pandoc --standalone ./build/dclemens.md -o ./build/dclemens.html --mathjax
......
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