1
0
mirror of https://git.feneas.org/feneas/fediverse.git synced 2024-12-22 18:29:49 +01:00
guida-fediverso/.gitlab-ci.yml
2018-03-15 05:06:18 +03:00

20 lines
273 B
YAML

image: node:6.11.1
pages:
script:
- npm install
- npm install gulp -g
- gulp build --cwd ./themes/starter
- ./node_modules/hexo/bin/hexo generate
artifacts:
paths:
- public
cache:
paths:
- node_modules
key: project
only:
- master