From c128acef8669196c194b8dce3c83a4b3991c2ca2 Mon Sep 17 00:00:00 2001 From: pavel Date: Fri, 13 Feb 2026 18:29:13 +0100 Subject: [PATCH] fix --- .forgejo/workflows/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml index 4a4e218..4adede5 100644 --- a/.forgejo/workflows/pipeline.yaml +++ b/.forgejo/workflows/pipeline.yaml @@ -37,4 +37,7 @@ jobs: mkdir -p ~/discord cp target/release/chattz ~/discord/discord chmod +x ~/discord/discord + mkdir -p ~/discord/static + rm -rf ~/discord/static/* + cp -r static/* ~/discord/static/ systemctl --user start discord \ No newline at end of file