base: fix refs to migrated repos
continuous-integration/drone/push Build is pending Details

This commit is contained in:
Robert Kaussow 2020-09-27 23:00:39 +02:00
parent 551332c771
commit 75f01470d7
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

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