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

Update .gitlab-ci.yml

parent 60150f80
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,7 +2,9 @@ image: strages/pandoc-docker ...@@ -2,7 +2,9 @@ image: strages/pandoc-docker
build: build:
script: script:
- make - mkdir public
- markdown-pp index.mdpp -o public/Satzung.mkd
- pandoc public/Satzung.mkd -f markdown -t html -s -o public/Satzung.html
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