From efcbe7206b86efa70dffc96dd6a4106687bc04f5 Mon Sep 17 00:00:00 2001 From: idanoo Date: Mon, 12 Sep 2022 16:59:19 +1200 Subject: [PATCH] Add status badge --- .woodpecker.yml | 5 +++-- README.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 79c1253..daac588 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,8 @@ pipeline: environment: - HUGO_VERSION=0.102.3 commands: - - export CUR_TIME=$(date '+%Y-%m-%d_%H%M') + - echo "Installing Hugo $${HUGO_VERSION}" - wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.deb - dpkg -i hugo_extended_$${HUGO_VERSION}_Linux-64bit.deb - - hugo \ No newline at end of file + - hugo + - ls \ No newline at end of file diff --git a/README.md b/README.md index fd4ec57..b68a6d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # m2.nz +[![Build Status](https://ci.tinker.nz/api/badges/idanoo/m2.nz/status.svg)](https://ci.tinker.nz/idanoo/m2.nz) + Hugo Theme: https://github.com/vaga/hugo-theme-m10c