From ecd48df49683d7d5ac8517bff7ef7c528c400ef8 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 12 Apr 2024 15:49:13 +0200 Subject: [PATCH] worklow: disable link checking, this is done by mkDocs --- .gitea/workflows/checks.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index 1ad90486..8c9caaba 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -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: