Skip to content

Commit 707036c

Browse files
committed
Success of link checker
1 parent 1fd4df2 commit 707036c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/LinkChecker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2525

26+
- name: Success?
27+
run: if [ ! -f lychee/out.md ]; then mkdir -p lychee; echo "All tests links are working" > lychee/out.md; fi
28+
2629
- name: Create Issue From File
2730
uses: peter-evans/create-issue-from-file@v3
2831
with:

0 commit comments

Comments
 (0)