change theme source due to repo migration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-27 22:22:50 +02:00
parent 9782c8fc57
commit f76791e263
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -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
...