From 5f603574e3e3b28718f6dd261758dc6eca9374d0 Mon Sep 17 00:00:00 2001 From: aprl Date: Tue, 11 Aug 2026 21:41:01 +0200 Subject: [PATCH] :nerd: minor spelling mistake :sparkle: Signed-off-by: aprl --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ba383ac..adae1c6 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: git clone -b $GIT_BRANCH --recursive https://git.berlin.ccc.de/cccb-website-team/www.git . git status - - name: Install Python depenndencies + - name: Install Python dependencies run: python -m pip install -r requirements.txt --break-system-packages - name: Render site