From e3cb05c4618e586bd884e17174573a8e7f5778bb Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 22:16:49 +0000 Subject: [PATCH] ci: this is it? --- .gitea/workflows/test-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index f5c617d..be229a4 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -19,6 +19,6 @@ jobs: - 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 \ + -v /srv/gitea/gitea/gitea/public/assets/css:/target \ + -w /target \ alpine:3.23 sh -c 'rm theme-doki*.css && tar x'