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'