Skip to content

Commit

Permalink
chore: disable offline link checker for release mode
Browse files Browse the repository at this point in the history
Right now it's a blocker, we can re-enable later.
  • Loading branch information
david-christiansen committed Oct 30, 2024
1 parent 40b2418 commit 622377c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ jobs:
cat words.txt >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
- name: Offline link checker
- name: Offline link checker (non-release)
uses: lycheeverse/[email protected]
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
fail: true
args: --base './_out/html-multi/' --no-progress --offline './_out/html-multi/**/*.html'
Expand Down

0 comments on commit 622377c

Please sign in to comment.