From c52a711d9c0534cb73a64533e5f69307208ba7ad Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Thu, 31 Aug 2023 04:06:46 +0300 Subject: [PATCH] fix: Build --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 657af55..73eba13 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -34,7 +34,7 @@ steps: - git config --global init.defaultBranch pages # clone and move the target repo - git clone -b pages https://codeberg.org/daudix-UFO/duckquill.git - - mv blog _site + - mv duckquill _site - chmod -R a+w _site - cd _site # Prepare for push