From 7b5573529efcfbe69f4812f53995c51e491746ec Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Jan 2024 23:49:54 +0100 Subject: [PATCH] replace mkdocs with docusaurus (ci) --- .woodpecker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9db9c01..5c2ea4d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,10 +9,12 @@ steps: update: image: alpine/git commands: - - git fetch --no-tags origin +refs/heads/pages - - git switch pages - 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 - mv build /tmp/ - rm * -fr - mv /tmp/build/* .