Skip to content

Commit 52fa20a

Browse files
authored
docs: update files
1 parent 97579f5 commit 52fa20a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/links-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
fail: false
2929

3030
- name: Create Issue From File
31-
if: env.lychee_exit_code != 0
32-
uses: peter-evans/create-issue-from-file@v4
31+
if: steps.lychee.outputs.exit_code != 0
32+
uses: peter-evans/create-issue-from-file@v5
3333
with:
3434
title: Link Checker Report
3535
content-filepath: ./lychee/out.md
36-
labels: report, automated issue
36+
labels: report, automated issue

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://zhuanlan.zhihu.com/

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## AI比赛经验帖子 & 训练和测试技巧帖子集锦
22

3-
[![Check Links](https://github.com/SWHL/AI-Competition-Collections/actions/workflows/links.yml/badge.svg)](https://github.com/SWHL/AI-Competition-Collections/actions/workflows/links.yml)
4-
53
> 从他人比赛经验中,总是可以学到很多东西
64
75
欢迎您贡献看到的AI比赛经验帖子,可以通过点击[🌈贡献AI比赛经验帖子](https://www.wjx.cn/vm/PRivSRh.aspx#),或扫码填写。(当然直接提PR更欢迎)

0 commit comments

Comments
 (0)