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 b08df9f5de
commit f77fc058b4

View File

@@ -10,11 +10,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10 - 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: checks-impure:
runs-on: nix runs-on: nix
steps: steps: