ci: see if I can oneshot the copy
This commit is contained in:
@@ -15,4 +15,10 @@ jobs:
|
|||||||
- name: Generate the themes
|
- name: Generate the themes
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
- name: Check the output
|
- 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user