image: haskell:8.6.3 variables: STACK_ROOT: $CI_PROJECT_DIR/.stack pages: cache: paths: - _cache - .stack before_script: - stack install --only-dependencies - stack build script: - stack exec site build artifacts: paths: - public only: - master