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: ...@@ -4,12 +4,11 @@ build:
script: script:
- ls -hAl * - ls -hAl *
- apt-get update - apt-get update
- apt-get install -y pandoc python3-pip - apt-get install -y pandoc python-pip
- pip3 install MarkdownPP - pip 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
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list
artifacts: artifacts:
paths: paths:
- public - 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