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

Update .gitlab-ci.yml add aperiodSchr to pandoc build

parent 1d0dcb77
No related branches found
No related tags found
No related merge requests found
Pipeline #104092 passed
...@@ -26,6 +26,7 @@ pandoc: ...@@ -26,6 +26,7 @@ pandoc:
script: script:
# build research topics # build research topics
- pandoc --standalone build/topic-template.md -o build/topic-template.html --mathjax - pandoc --standalone build/topic-template.md -o build/topic-template.html --mathjax
- pandoc --standalone build/aperiodSchr.md -o build/aperiodSchr.html --mathjax
# build index # build index
- pandoc --standalone build/index.md -o build/index.html --mathjax - pandoc --standalone build/index.md -o build/index.html --mathjax
# build static working group pages # build static working group pages
......
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