Update .gitlab-ci.yml

This commit is contained in:
deed 2020-03-05 22:31:52 +01:00
parent 4b0286b785
commit f58ef24bc4

View file

@ -10,7 +10,9 @@ Build CSS:
- cp bulma.sass node_modules/bulma/bulma.sass
- cd node_modules/bulma/
- npm run build-sass
- cd css
- remane "s/bulma/style/" *
artifacts:
paths:
- node_modules/bulma/css/*