aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e2ed34..8432de6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ build:
- _cache
- .stack
script:
- - stack exec site build
+ - stack exec cooking build
except:
- master
@@ -23,7 +23,7 @@ pages:
- _cache
- .stack
script:
- - stack exec site build
+ - stack exec cooking build
artifacts:
paths:
- public