Skip to content

Commit 760b6a2

Browse files
committed
removing unused config
1 parent 68c117a commit 760b6a2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/lychee-cron.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,8 @@ jobs:
3636
--format detailed
3737
'./**/*.md'
3838
'./**/*.html'
39-
output: ./lychee-report.txt
4039
continue-on-error: true
4140

42-
# looks like we dont need to do this?
43-
# - name: Add Lychee Report to Job Summary
44-
# if: always()
45-
# run: |
46-
# echo "### Lychee Report" >> $GITHUB_STEP_SUMMARY
47-
# echo '```' >> $GITHUB_STEP_SUMMARY
48-
# cat ./lychee-report.txt >> $GITHUB_STEP_SUMMARY
49-
# echo '```' >> $GITHUB_STEP_SUMMARY
50-
5141
- name: Provide helpful failure message
5242
if: failure()
5343
run: |

0 commit comments

Comments
 (0)