mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 16:41:29 +00:00
More .gitlab-ci changes
This commit is contained in:
parent
030283a793
commit
a6117f5f5f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue