Subscriptions for Lustre!
5

Configure Feed

Select the types of activity you want to include in your feed.

fix ci path

rebecca (Apr 29, 2026, 10:32 PM +0200) 7bfed8b2 a2e8b6ab

+2 -2
+2 -2
.gitlab-ci.yml
··· 15 15 script: 16 16 - gleam run -m lustre/dev build --minify --outdir=../public component 17 17 - gleam run -m lustre/dev build --minify --outdir=../public 18 - - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \; 19 - - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec brotli -f -k {} \; 18 + - find ../public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \; 19 + - find ../public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec brotli -f -k {} \;