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
|
image: byrnedo/alpine-curl
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p themes/hugo-geekdoc/
|
- 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
|
- name: sync
|
||||||
image: xoxys/git-batch:latest
|
image: thegeeklab/git-batch
|
||||||
commands:
|
commands:
|
||||||
- git-batch
|
- git-batch
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ steps:
|
|||||||
- hugo-official -b http://localhost/
|
- hugo-official -b http://localhost/
|
||||||
|
|
||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: xoxys/link-validator
|
image: thegeeklab/link-validator
|
||||||
commands:
|
commands:
|
||||||
- link-validator -ro
|
- link-validator -ro
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user