2016-06-22 15:30:34 +05:30
|
|
|
# Full project: https://gitlab.com/pages/harp
|
|
|
|
image: node:4.2.2
|
|
|
|
|
|
|
|
pages:
|
|
|
|
cache:
|
|
|
|
paths:
|
|
|
|
- node_modules
|
2019-05-30 16:15:17 +05:30
|
|
|
|
2016-06-22 15:30:34 +05:30
|
|
|
script:
|
|
|
|
- npm install -g harp
|
|
|
|
- harp compile ./ public
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|