commit f7fafb8151614e5516fcc13e45f4970bdc8bad77
parent 91f6670945c64d7a224179469e2c616107e3f950
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date: Tue, 9 Sep 2025 17:34:59 +0200
Update .woodpecker.yml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.woodpecker.yml b/.woodpecker.yml
@@ -7,7 +7,7 @@ steps:
CBTOKEN:
from_secret: "codeberg_token"
commands:
- - apk add --no-cache git build-base
+ - apk add --no-cache git curl
- chmod +x ./genhtml.sh
- ./genhtml.sh
- git config --global user.email "$${CBMAIL}"