updated pdf renderer to support zipped output
Some checks failed
Tests / Run Go Tests (push) Failing after 1m47s

This commit is contained in:
2025-12-16 07:02:17 +01:00
parent 0eb4878c90
commit 82eb8018a6
6 changed files with 174 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
webserver:
name: Build Go Image and Upload
name: Build Webserver
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -40,7 +40,7 @@ jobs:
context: Backend
tags: ${{ steps.meta.outputs.tags }}
document-creator:
name: Build Go Image and Upload
name: Build Document Creator
runs-on: ubuntu-latest
steps:
- name: Checkout