mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
ci: temp disable linkcheck of unsplash (#369)
This commit is contained in:
parent
0920d98afa
commit
7dc4449def
@ -39,7 +39,7 @@ steps:
|
|||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: thegeeklab/link-validator
|
image: thegeeklab/link-validator
|
||||||
commands:
|
commands:
|
||||||
- link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekblog/edit/main/.*
|
- link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekblog/edit/main/.* -e https://unsplash.com.*
|
||||||
environment:
|
environment:
|
||||||
LINK_VALIDATOR_BASE_DIR: exampleSite/public
|
LINK_VALIDATOR_BASE_DIR: exampleSite/public
|
||||||
LINK_VALIDATOR_RETRIES: 3
|
LINK_VALIDATOR_RETRIES: 3
|
||||||
@ -288,6 +288,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2a09d72217187ec12ccf2cd37e58bb4b4d9dcf71b8023817cf46eb5c6fed1f43
|
hmac: 8cd0be1e342f0c4630d15fff1b5ee18451b3ac678be2ddbad54443f60c99ef70
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -246,6 +246,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// {{% progress %}}
|
||||||
.gblog-progress {
|
.gblog-progress {
|
||||||
margin-bottom: $padding-16;
|
margin-bottom: $padding-16;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user