Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
# The build script checks for dead links
run: npm ci && npm run build

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
fail: true
args: --base-url https://docs.alephium.org --exclude-all-private --exclude '^file:' --accept '100..=103,200..=299,403,429' './**/*.html'
workingDirectory: build
# TODO: Re-enable link checker when we find the bandwidth to fix broken links and disable false-positives
# See: https://github.com/alephium/docs/issues/593
# - name: Link Checker
# id: lychee
# uses: lycheeverse/lychee-action@v2
# with:
# fail: true
# args: --base-url https://docs.alephium.org --exclude-all-private --exclude '^file:' --accept '100..=103,200..=299,403,429' './**/*.html'
# workingDirectory: build