a91e4a9042
Signed-off-by: Rémy Coutable <remy@rymai.me>
16 lines
237 B
YAML
16 lines
237 B
YAML
# Full project: https://gitlab.com/pages/brunch
|
|
image: node:4.2.2
|
|
|
|
pages:
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
script:
|
|
- npm install -g brunch
|
|
- brunch build --production
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|