update ci; add content
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-07-26 08:46:31 +02:00
parent 1a65a4785f
commit 7e4e9691d6
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,8 @@
pipeline:
build:
image: klakegg/hugo
image: plugins/hugo
settings:
output: /tmp/build
update:
image: alpine/git
@ -9,9 +11,8 @@ pipeline:
- git switch pages
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- mv public /tmp/
- rm * -fr
- mv /tmp/public/* .
- mv /tmp/build/* .
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"

View file

@ -1,5 +1,5 @@
---
title: "My First Post"
title: "My First Post (A)"
date: 2022-07-25T12:44:14+02:00
draft: false
---