This commit is contained in:
parent
52267c4980
commit
50667bbfb4
@ -43,6 +43,11 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: public
|
LINK_VALIDATOR_BASE_DIR: public
|
||||||
LINK_VALIDATOR_RETRIES: 3
|
LINK_VALIDATOR_RETRIES: 3
|
||||||
|
|
||||||
|
- name: linkcheck
|
||||||
|
image: lycheeverse/lychee
|
||||||
|
commands:
|
||||||
|
- lychee --no-progress content/ README.md
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.115.2
|
image: thegeeklab/hugo:0.115.2
|
||||||
commands:
|
commands:
|
||||||
|
@ -6,4 +6,4 @@ Ansible resource documentation.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/ansible/galaxy/blob/main/LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/ansible/galaxy/src/branch/main/LICENSE) file for details.
|
||||||
|
Reference in New Issue
Block a user