replace mkdocs with docusaurus (ci)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-01-23 23:49:54 +01:00
parent 8e23bd78df
commit 7b5573529e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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/* .