mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00: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…
Reference in a new issue