From 2d48515f99edb8dce04445006e79a064fe27a3f5 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Tue, 26 Nov 2024 23:33:12 +0100 Subject: [PATCH] ci --- .woodpecker.yaml | 7 ++++--- content/_index.md | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 65e25ec..83bce48 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -27,9 +27,10 @@ clone: steps: # Build hugo static files build: - image: klakegg/hugo:ext-ubuntu-ci - commands: - - hugo --minify + image: plugins/hugo + settings: + hugo_version: 0.138 + validate: true when: event: [pull_request, push] publish: diff --git a/content/_index.md b/content/_index.md index c59fbc1..7e842a9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,3 +4,8 @@ type: docs --- Coming soon + + +### Technical Links + +* [Git](https://git.keks.cloud/gutes.team)