Skip to content
Snippets Groups Projects
Commit b4047ba6 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Compress public/ in CI

parent 19b9831f
No related branches found
No related tags found
No related merge requests found
Pipeline #17102 failed
...@@ -5,6 +5,8 @@ pages: ...@@ -5,6 +5,8 @@ pages:
script: script:
- npm install - npm install
- npm run build - npm run build
- apk add parallel brotli gzip
- parallel --will-cite "gzip -9 -k {} && brotli -k {}" ::: ./public/**
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment