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