From ea9479628c3f1ca6c33576841e3e8238fb69f528 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Fri, 17 Apr 2026 10:22:23 +0200 Subject: [PATCH] Testing... --- .gitea/workflows/create-presentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/create-presentation.yml b/.gitea/workflows/create-presentation.yml index 640f33f..fc0104f 100644 --- a/.gitea/workflows/create-presentation.yml +++ b/.gitea/workflows/create-presentation.yml @@ -8,8 +8,6 @@ jobs: build: name: Build the debian package runs-on: ubuntu-latest - container: - image: quay.io/buildah/stable steps: - name: "Git clone" @@ -18,7 +16,9 @@ jobs: run: git checkout "${{ gitea.sha }}" - name: "Submodules auschecken" run: git submodule update --init - + - uses: docker://pandoc/core:3.8 + with: + args: "--help" # gets appended to pandoc command - name: "Build .deb" run: cd ./Defensio && ./pandoc.sh - name: "Create release"