mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-03-18 06:20:06 +01:00
Update gitlab-ci
This commit is contained in:
parent
a6995eb7bd
commit
468f817443
@ -1,5 +1,5 @@
|
||||
|
||||
image: node:6.11.1
|
||||
image: node:latest
|
||||
|
||||
pages:
|
||||
script:
|
||||
@ -7,6 +7,7 @@ pages:
|
||||
- npm install gulp -g
|
||||
- gulp build --cwd ./themes/starter
|
||||
- ./node_modules/hexo/bin/hexo generate
|
||||
- find public -type f -iregex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -execdir gzip -f --keep {} \;
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
x
Reference in New Issue
Block a user