diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index e9a98b3..1a2359a 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -44,7 +44,7 @@ steps: # Git configuration - git config --global user.email noreply@example.com - git config --global user.name "Woodpecker CI" - - git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/lila-network/pages.git $DEST_REPONAME + - git clone https://$CODEBERG_TOKEN@codeberg.org/lila-network/pages.git $DEST_REPONAME # Copy build step output to repository folder - cp -ar ./hugo_public/. $DEST_REPONAME/ # Needed for custom domains