diff --git a/.woodpecker.yml b/.woodpecker.yml index 20f8c95..c04fa41 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,8 +13,6 @@ steps: - mv public /tmp/ - git config --global user.email ci@gitnet.fr - git config --global user.name CI - - git add . - - git commit -m build -a - git fetch --no-tags origin +refs/heads/pages - git switch pages - rm * -fr