Skip to content

Commit

Permalink
chore: CI: remove link checker for old manual
Browse files Browse the repository at this point in the history
It started failing frequently after updating it and we're not actively working on this text anyway
  • Loading branch information
Kha authored Nov 6, 2024
1 parent 910b20f commit 14c3d4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,6 @@ jobs:
# https://github.com/netlify/cli/issues/1809
cp -r --dereference ./result ./dist
if: matrix.name == 'Nix Linux'
- name: Check manual for broken links
id: lychee
uses: lycheeverse/lychee-action@v2.0.2
with:
fail: false # report errors but do not block CI on temporary failures
# gmplib.org consistently times out from GH actions
# the GitHub token is to avoid rate limiting
args: --base './dist' --no-progress --github-token ${{ secrets.GITHUB_TOKEN }} --exclude 'gmplib.org' './dist/**/*.html'
- name: Rebuild Nix Store Cache
run: |
rm -rf nix-store-cache || true
Expand Down

0 comments on commit 14c3d4b

Please sign in to comment.