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