diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a9b479..3415d94 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,10 +22,10 @@ steps: - git fetch --no-tags origin +refs/heads/pages - git remote add upstream git@gitnet.fr:murph/murph-doc.git - git switch pages - - echo doc.murph-project.org > site/.domains - mv site /tmp/ - rm * -fr - mv /tmp/site/* . + - echo doc.murph-project.org > .domains - git add . - git commit -m "Build ${CI_BUILD_NUMBER}" - git push upstream pages