ci: see if I can oneshot the copy

This commit is contained in:
2026-05-22 22:11:06 +00:00
parent d82eb837e0
commit 9fa8f11480
+7 -1
View File
@@ -15,4 +15,10 @@ jobs:
- name: Generate the themes
run: npm run generate
- name: Check the output
run: ls -1 output/
run: [$(ls -1 output/ | wc -l) != 0]
- name: Copy the files
run: |-
(cd output && tar c .) | docker run -i \
-v /srv/gitea/gitea/public/assets/css:/srv/gitea/gitea/public/assets/css \
-w /srv/gitea/gitea/public/assets/css \
alpine:1.23 sh -c 'rm theme-doki*.css && tar x'