Skip to content

Commit

Permalink
fixup! WIP deploy: check for broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Jun 26, 2024
1 parent bec3e7c commit 31b3cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy-to-github-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ runs:
fail: false
failIfEmpty: false # needed because its default overrides `fail = false`

- name: report broken link(s) in a new issue
if: steps.lychee.outputs.exit_code != '0'
- name: report broken link(s) (${{ env.lychee_exit_code }}) in a new issue
if: env.lychee_exit_code != '0'
uses: peter-evans/create-issue-from-file@bdf6b11de037a88506105b29b26d8af1ae46cf86
with:
title: Link Checker Report
Expand Down

0 comments on commit 31b3cce

Please sign in to comment.