tAdd postcss-cli - andersdamsgaard.com - my photography webpage
HTML git clone git://src.adamsgaard.dk/andersdamsgaard.com
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 1bb22ab83af1fdbb8f725e5b4d3cae0971d674c1
DIR parent 82a6646dd95e546a090bd4dab675a65a9444fc55
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 20:45:23 +0100
Add postcss-cli
Diffstat:
M .gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -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
t@@ -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