worklow: disable link checking, this is done by mkDocs

This commit is contained in:
Johannes Kirschbauer 2024-04-12 15:49:13 +02:00
parent d4f10c34c4
commit ecd48df496
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -10,11 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10
check-links:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh --inputs-from .# nixpkgs#lychee .
checks-impure:
runs-on: nix
steps: