ci: this is it?
This commit is contained in:
@@ -19,6 +19,6 @@ jobs:
|
|||||||
- name: Copy the files
|
- name: Copy the files
|
||||||
run: |-
|
run: |-
|
||||||
(cd output && tar c .) | docker run -i \
|
(cd output && tar c .) | docker run -i \
|
||||||
-v /srv/gitea/gitea/public/assets/css:/srv/gitea/gitea/public/assets/css \
|
-v /srv/gitea/gitea/gitea/public/assets/css:/target \
|
||||||
-w /srv/gitea/gitea/public/assets/css \
|
-w /target \
|
||||||
alpine:3.23 sh -c 'rm theme-doki*.css && tar x'
|
alpine:3.23 sh -c 'rm theme-doki*.css && tar x'
|
||||||
|
|||||||
Reference in New Issue
Block a user