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:
script:
- npm install
- npm run build
- apk add parallel brotli gzip
- parallel --will-cite "gzip -9 -k {} && brotli -k {}" ::: ./public/**
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment