Skip to content

Commit 264cc8e

Browse files
committed
comment out job summary step
1 parent 39fa7fd commit 264cc8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lychee.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
--format markdown
5050
'./build/**/*.html'
5151
52-
- name: Add job summary
53-
if: always()
54-
run: cat ./lychee/out.md >> $GITHUB_STEP_SUMMARY
52+
# - name: Add job summary
53+
# if: always()
54+
# run: cat ./lychee/out.md >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)