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

Update .gitlab-ci.yml

parent 5f72c2d0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,12 +4,11 @@ build:
script:
- ls -hAl *
- apt-get update
- apt-get install -y pandoc python3-pip
- pip3 install MarkdownPP
- apt-get install -y pandoc python-pip
- pip 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