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

Fix: CI also compresses files in nested folders

parent ced87e5b
No related branches found
No related tags found
No related merge requests found
Pipeline #17105 passed
...@@ -6,7 +6,7 @@ pages: ...@@ -6,7 +6,7 @@ pages:
- "npm install" - "npm install"
- "npm run build" - "npm run build"
- "apk add parallel brotli gzip" - "apk add parallel brotli gzip"
- "parallel --will-cite \"gzip -9 -k {} && brotli -k {}\" ::: ./public/**.*" - "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.
Finish editing this message first!
Please register or to comment