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

Update .gitlab-ci.yml

parent 8c3620aa
No related branches found
No related tags found
No related merge requests found
Pipeline #104055 failed
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html # Full project: https://gitlab.com/pages/plain-html
# #
preprocessing: preprocessing:
stage: build stage: build
allow_failure: false allow_failure: false
...@@ -11,7 +12,7 @@ preprocessing: ...@@ -11,7 +12,7 @@ preprocessing:
- ./preprocMd.sh - ./preprocMd.sh
artifacts: artifacts:
paths: paths:
- build/*.md - build
pandoc: pandoc:
...@@ -22,6 +23,7 @@ pandoc: ...@@ -22,6 +23,7 @@ pandoc:
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
script: script:
- pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax - pandoc --standalone topics/topic-template.md -o build/topic-template.html --mathjax
- pandoc --standalone topics/index.md -o index.html --mathjax
artifacts: artifacts:
paths: paths:
- build/*.html - 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