commit 1bb22ab83af1fdbb8f725e5b4d3cae0971d674c1
parent 82a6646dd95e546a090bd4dab675a65a9444fc55
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 20:45:23 +0100
Add postcss-cli
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ deploy-staging:
image: registry.gitlab.com/pages/hugo:latest
before_script:
- apk --no-cache add make lftp curl
+ - npm install both postcss-cli
- hugo version
script:
- make deploy-staging
@@ -31,6 +32,7 @@ deploy:
image: registry.gitlab.com/pages/hugo:latest
before_script:
- apk --no-cache add make lftp curl
+ - npm install both postcss-cli
- hugo version
script:
- make deploy