2016-07-06 04:17:31 -04:00
|
|
|
# Full project: https://gitlab.com/pages/harp
|
|
|
|
image: node:4.2.2
|
|
|
|
|
|
|
|
pages:
|
|
|
|
cache:
|
|
|
|
paths:
|
2019-06-05 12:31:35 -04:00
|
|
|
- node_modules
|
2016-07-06 04:17:31 -04:00
|
|
|
script:
|
2019-06-05 12:31:35 -04:00
|
|
|
- npm install -g harp
|
|
|
|
- harp compile ./ public
|
2016-07-06 04:17:31 -04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2019-06-05 12:31:35 -04:00
|
|
|
- public
|
2016-07-06 04:17:31 -04:00
|
|
|
only:
|
2019-11-13 16:06:45 -05:00
|
|
|
- master
|