diff --git a/.drone.yml b/.drone.yml index 808539f..21e6b8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -141,7 +141,8 @@ steps: path: /tmp/pages commands: # - git clone --depth 1 --branch pages https://git.dergrimm.net/mentorenwahl/mentorenwahl.git /tmp/pages_old - - git checkout pages + - git pull + - git branch - ls -la # - cp -r /tmp/pages_old/.git /tmp/pages # - cp -r ./docs/book/* /tmp/pages