diff --git a/.drone.yml b/.drone.yml index b005ccf..49fdc7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,10 @@ steps: image: byrnedo/alpine-curl commands: - mkdir -p themes/hugo-geekdoc/ - - curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1 + - curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1 - name: sync - image: xoxys/git-batch:latest + image: thegeeklab/git-batch commands: - git-batch @@ -45,7 +45,7 @@ steps: - hugo-official -b http://localhost/ - name: link-validation - image: xoxys/link-validator + image: thegeeklab/link-validator commands: - link-validator -ro environment: