From 909739102df14e5e82d11916406ee92c04ee0b8a Mon Sep 17 00:00:00 2001
From: lilly
Date: Fri, 15 May 2026 09:27:20 +0200
Subject: [PATCH] fix penpot working directory for source patching in CI
---
.forgejo/workflows/build_penpot.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.forgejo/workflows/build_penpot.yml b/.forgejo/workflows/build_penpot.yml
index 69afc3c..8630df5 100644
--- a/.forgejo/workflows/build_penpot.yml
+++ b/.forgejo/workflows/build_penpot.yml
@@ -27,7 +27,9 @@ jobs:
git submodule update --init --recursive
- name: Patch penpot to work with kaniko
- run: |
+ run: |
+ cd "${{ forgejo.workspace }}/penpot"
+
# Get build system patch allowing for building images with kaniko.
# https://github.com/penpot/penpot/pull/4945
# https://github.com/penpot/penpot/pull/4945/commits/752574bac789cc90cc218004bb9545cc6239895d