1
0
mirror of https://git.feneas.org/feneas/fediverse.git synced 2024-12-22 23:38:30 +01:00
guida-fediverso/.gitlab-ci.yml

20 lines
257 B
YAML
Raw Normal View History

2018-03-12 20:31:14 +01:00
image: node:6.11.1
pages:
cache:
paths:
- node_modules/
script:
- npm install gulp -g
- npm install hexo-cli -g
- npm install
- gulp build --cwd ./themes/starter
- hexo deploy
artifacts:
paths:
- public
only:
- master