From ca29c04b1d0956bf2fd6b4d22ae001b9ad3eb711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Wed, 10 Jun 2026 21:25:34 +0100 Subject: [PATCH] woodpecker: Add missing --upload-dir flag --- .woodpecker/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/nightly.yml b/.woodpecker/nightly.yml index fb85079539..c573066a3a 100644 --- a/.woodpecker/nightly.yml +++ b/.woodpecker/nightly.yml @@ -103,7 +103,7 @@ steps: # We can't use the git-pages-cli docker image as it does not contain sh and we can't check if we built or not - curl -fsSL https://codeberg.org/git-pages/git-pages-cli/releases/download/v1.9.0/git-pages-cli.linux-amd64 -o ../git-pages-cli - chmod +x ../git-pages-cli - - ../git-pages-cli https://freeyourgadget.codeberg.page --token "$${COMMIT_TOKEN}" ../pages/pages/ + - ../git-pages-cli https://freeyourgadget.codeberg.page --token "$${COMMIT_TOKEN}" --upload-dir ../pages/pages/ environment: COMMIT_TOKEN: from_secret: commit_token