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