base: fix refs to migrated repos
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
551332c771
commit
75f01470d7
@ -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:
|
||||
|
Reference in New Issue
Block a user