Loading .gitlab-ci.yml +8 −1 Original line number Diff line number Diff line image: fpco/stack-build:lts-14.6 variables: STACK_ROOT: "${CI_PROJECT_DIR}/.stack" cache: paths: - .stack-work - ~/.stack - .stack build: stage: build script: - stack build - cp $(stack path --dist-dir)/build/nebelhorn/nebelhorn . artifacts: paths: - nebelhorn README.md +2 −0 Original line number Diff line number Diff line # Nebelhorn  A static blog generator written in Haskell and using Pandoc. The template must contain: Loading Loading
.gitlab-ci.yml +8 −1 Original line number Diff line number Diff line image: fpco/stack-build:lts-14.6 variables: STACK_ROOT: "${CI_PROJECT_DIR}/.stack" cache: paths: - .stack-work - ~/.stack - .stack build: stage: build script: - stack build - cp $(stack path --dist-dir)/build/nebelhorn/nebelhorn . artifacts: paths: - nebelhorn
README.md +2 −0 Original line number Diff line number Diff line # Nebelhorn  A static blog generator written in Haskell and using Pandoc. The template must contain: Loading