diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitlab-ci.yml | 8 |
2 files changed, 4 insertions, 5 deletions
@@ -1,6 +1,5 @@ _cache public -dist .stack-work output node_modules diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26fcb23..2df9fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ cache: paths: - - node_modules + - .stack-work - output + - node_modules - bower_components - - _cache - - .stack + - yarn.lock stages: - install_purescript @@ -29,12 +29,12 @@ prepare_site: - export STACK_ROOT=`pwd`/.stack - stack setup - stack install --only-dependencies + - stack build pages: image: haskell:latest stage: pages script: - - stack build - stack exec cooking build artifacts: paths: |