From ce614d6c0bf0a543eecf90d6f66c96b06f0e157d Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 30 Mar 2026 22:10:09 +0200 Subject: [PATCH] CI fix tentative #12 --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index af1aeaf..cdd2839 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,5 +1,4 @@ x-site-config: &site_matrix - include: - site: "test" dest: "/var/www/crashtest" config_file: "test.json" @@ -24,7 +23,8 @@ jobs: build: runs-on: docker strategy: - <<: *site_matrix + include: + - <<: *site_matrix steps: - name: Debug Matrix