Update .gitlab-ci.yml
ajout du changement de nom
This commit is contained in:
parent
f58ef24bc4
commit
6b2db11968
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Build CSS:
|
||||||
- cd node_modules/bulma/
|
- cd node_modules/bulma/
|
||||||
- npm run build-sass
|
- npm run build-sass
|
||||||
- cd css
|
- cd css
|
||||||
- remane "s/bulma/style/" *
|
- for f in *bulma*; do mv "$f" "${f/bulma/style}"; done
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue