2019-05-23 20:14:08 +02:00
|
|
|
image: node:8
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- cd website
|
|
|
|
- npm install
|
|
|
|
|
|
|
|
pages:
|
|
|
|
script:
|
|
|
|
- npm run build
|
|
|
|
- cd ..
|
2019-05-25 18:03:45 +02:00
|
|
|
- cp -r website/build/ligo public
|
2019-05-23 20:14:08 +02:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|