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

Fix: Only try to compress paths with . in them, ergo files

parent afb1cf0c
No related branches found
No related tags found
No related merge requests found
Pipeline #17104 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