diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -37,11 +37,7 @@ fi RESULT_PATH=$(nix build .#website --no-link --print-out-paths) if [ -d "$RESULT_PATH" ]; then echo "Running lychee link check..." - mkdir -p results - # Run lychee on the output directory - # --output results/lychee_report.md (or .txt, .json) - ${pkgs.lychee}/bin/lychee "$RESULT_PATH" \ - --verbose || echo "Lychee found broken links." + # TODO else echo "Website build failed, skipping lychee." exit 1 |
