From 50667bbfb4d584b5886ada4be034480cd3c79637 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Sep 2023 21:26:06 +0200 Subject: [PATCH] sign drone config --- .drone.yml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8828909..daf119d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,11 @@ steps: LINK_VALIDATOR_BASE_DIR: public LINK_VALIDATOR_RETRIES: 3 + - name: linkcheck + image: lycheeverse/lychee + commands: + - lychee --no-progress content/ README.md + - name: build image: thegeeklab/hugo:0.115.2 commands: diff --git a/README.md b/README.md index 7724968..8b75348 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ Ansible resource documentation. ## 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.