mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
woodpecker: Add missing --upload-dir flag
This commit is contained in:
@@ -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
|
# 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
|
- 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
|
- 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:
|
environment:
|
||||||
COMMIT_TOKEN:
|
COMMIT_TOKEN:
|
||||||
from_secret: commit_token
|
from_secret: commit_token
|
||||||
|
|||||||
Reference in New Issue
Block a user