From bc0033a245faae7f89a5d94db3564df3fbea364f Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Mon, 25 Dec 2023 04:32:27 +0300 Subject: [PATCH] chore: More clear steps --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b34c924..b9b2984 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -33,8 +33,11 @@ steps: - git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/$CI_REPO.git $CI_REPO_NAME # Remove old files from repository - ls # Debug - - git -C $CI_REPO_NAME rm -r "*" + - cd $CI_REPO_NAME - ls # Debug + - git rm -r "*" + - ls # Debug + - cd .. # Copy build step output to repository folder - cp -ar $ZOLA_OUTPUT/. $CI_REPO_NAME/ - ls # Debug