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

Update .gitlab-ci.yml

parent 0d6643bc
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,13 +2,13 @@ image: debian:stretch
build:
script:
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list
- apt-get update
- apt-get install pandoc python3-pip
- apt-get install -y pandoc python3-pip
- pip3 install MarkdownPP
- mkdir public
- markdown-pp index.mdpp -o public/Satzung.mkd
- pandoc public/Satzung.mkd -f markdown -t html -s -o public/Satzung.html
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list
artifacts:
paths:
- public
\ No newline at end of file
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