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

Update .gitlab-ci.yml file fix path for index file

parent be5ab0fd
No related branches found
No related tags found
No related merge requests found
Pipeline #104060 passed
......@@ -24,7 +24,7 @@ pandoc:
entrypoint: ["/bin/sh", "-c"]
script:
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
- pandoc --standalone build/index.md -o index.html --mathjax
- pandoc --standalone build/index.md -o build/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