mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-06-06 00:49:22 +02:00
More .gitlab-ci changes
This commit is contained in:
@@ -4,8 +4,9 @@ image: node:6.11.1
|
|||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
- npm install gulp -g
|
||||||
- gulp build --cwd ./themes/starter
|
- gulp build --cwd ./themes/starter
|
||||||
- hexo deploy
|
- ./node_modules/hexo/bin/hexo generate
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Reference in New Issue
Block a user