From e1e0d5ae45e2d91f707b87332c1d5c3471717c82 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 9 Jul 2023 18:37:48 +0300 Subject: [PATCH] chore: CI --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 759a3d9..fd41b59 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -33,12 +33,12 @@ steps: - git config --global user.name "CI Builder" - git config --global init.defaultBranch pages # clone and move the target repo - - git clone -b pages git@codeberg.org/daudix-UFO/blog.git + - git clone -b pages https://codeberg.org/daudix-UFO/blog.git - mv blog _site - chmod -R a+w _site - cd _site # Prepare for push - - git remote set-url origin git@$CBTOKEN@codeberg.org/daudix-UFO/blog.git + - git remote set-url origin https://$CBTOKEN@codeberg.org/daudix-UFO/blog.git - cd .. # Run Jekyll build stage - bundle install