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

Update .gitlab-ci.yml

parent 431d7201
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,7 +2,8 @@ image: debian:stretch ...@@ -2,7 +2,8 @@ image: debian:stretch
build: build:
script: script:
- apt install pandoc python3-pip - echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list
- apt-get install pandoc python3-pip
- pip3 install MarkdownPP - pip3 install MarkdownPP
- mkdir public - mkdir public
- markdown-pp index.mdpp -o public/Satzung.mkd - markdown-pp index.mdpp -o public/Satzung.mkd
......
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