diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 01:59:52 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 01:59:52 -0800 |
| commit | 2198786432996fcfe69081bcb6625d7a3ec7ed37 (patch) | |
| tree | 8785dcec7dc13effbac329eb0220de032c87788c | |
| parent | ae6812767c6fcfe202d5904996b0a49e58461593 (diff) | |
remove lychee for now
| -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 |
