From f76791e263350d3eb8716bd6bafd443549b8d94f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 27 Sep 2020 22:22:50 +0200 Subject: [PATCH] change theme source due to repo migration --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cbeb9d7..0f2aafa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: image: byrnedo/alpine-curl commands: - mkdir -p themes/hugo-geekblog/ - - curl -L https://github.com/xoxys/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C themes/hugo-geekblog/ --strip-components=1 + - curl -L https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C themes/hugo-geekblog/ --strip-components=1 - name: markdownlint image: node:lts-alpine @@ -114,6 +114,6 @@ depends_on: --- kind: signature -hmac: 722142284219fdf3719ec3c477644e33ba6f219898fe96a5be3d108f38ebd815 +hmac: 9804d6d37d7aab27cc51ce360e8efdafb71aae2fb0592df720dbc6a4625b2a28 ...