Skip to content

Commit 1276652

Browse files
Remove now-superfluous step in link-checking workflow
1 parent b568718 commit 1276652

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/check_links.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3535

36-
# Because we are having problems getting the previous step to fail
37-
# the workflow job on non-zero exit code...
38-
- name: Report failure in the previous step
39-
if: ${{ failure() }}
40-
run: |
41-
At least one link check failed!
42-
4336
- name: Upload report
4437
if: env.lychee_exit_code != 0
4538
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)