Skip to content
Snippets Groups Projects
Commit 431d7201 authored by skorpy's avatar skorpy :construction_worker:
Browse files

Update .gitlab-ci.yml

parent 52b20958
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: strages/pandoc-docker image: debian:stretch
build: build:
script: script:
- apt install pandoc python3-pip
- pip3 install MarkdownPP
- mkdir public - mkdir public
- markdown-pp index.mdpp -o public/Satzung.mkd - markdown-pp index.mdpp -o public/Satzung.mkd
- pandoc public/Satzung.mkd -f markdown -t html -s -o public/Satzung.html - pandoc public/Satzung.mkd -f markdown -t html -s -o public/Satzung.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