Update .gitlab-ci.yml
This commit is contained in:
parent
4b0286b785
commit
f58ef24bc4
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ Build CSS:
|
||||||
- cp bulma.sass node_modules/bulma/bulma.sass
|
- cp bulma.sass node_modules/bulma/bulma.sass
|
||||||
- cd node_modules/bulma/
|
- cd node_modules/bulma/
|
||||||
- npm run build-sass
|
- npm run build-sass
|
||||||
|
- cd css
|
||||||
|
- remane "s/bulma/style/" *
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/bulma/css/*
|
- node_modules/bulma/css/*
|
||||||
|
|
Loading…
Reference in a new issue