diff --git a/.drone.jsonnet b/.drone.jsonnet index e8b3668..7b20437 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -294,7 +294,7 @@ local PipelineDocs = { image: 'byrnedo/alpine-curl', commands: [ 'mkdir -p docs/themes/hugo-geekdoc/', - 'curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1', + 'curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1', ], }, { diff --git a/.drone.yml b/.drone.yml index a7a788d..b6e5b64 100644 --- a/.drone.yml +++ b/.drone.yml @@ -478,7 +478,7 @@ steps: image: byrnedo/alpine-curl commands: - mkdir -p docs/themes/hugo-geekdoc/ - - curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1 + - curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1 - name: markdownlint image: node:lts-alpine @@ -642,6 +642,6 @@ depends_on: --- kind: signature -hmac: d87061b48f3d83fa2686568087dbed6c022980a8c783507adde883e51b13c6df +hmac: 41e4e1996dfd5b429fba2d13465a5a1875affe7f79bbdbcbd39b9449f89bf706 ...