From ef9ff11d1748d5e55307d7aa94321b7727815acb Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Thu, 1 Aug 2024 16:25:44 +0800 Subject: [PATCH] fix(CI): link checker --- .github/workflows/link-pr.yaml | 4 ---- .github/workflows/link-schedule.yaml | 4 ---- .lycheeignore | 3 ++- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/link-pr.yaml b/.github/workflows/link-pr.yaml index bea5e01..8975897 100644 --- a/.github/workflows/link-pr.yaml +++ b/.github/workflows/link-pr.yaml @@ -22,10 +22,6 @@ jobs: - name: install doc dependencies run: sudo npm i - - name: build - run: | - npm run docs:build - - name: Link Checker uses: lycheeverse/lychee-action@v1.8.0 with: diff --git a/.github/workflows/link-schedule.yaml b/.github/workflows/link-schedule.yaml index b496bad..93c6faf 100644 --- a/.github/workflows/link-schedule.yaml +++ b/.github/workflows/link-schedule.yaml @@ -24,10 +24,6 @@ jobs: - name: install doc dependencies run: sudo npm i - - name: build - run: | - npm run docs:build - - name: Link Checker uses: lycheeverse/lychee-action@v1.8.0 with: diff --git a/.lycheeignore b/.lycheeignore index 1d749a8..8f19693 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -8,4 +8,5 @@ https://adworld.xctf.org.cn/ http://sequence-gallery.chal.crewc.tf:8080/ https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf https://fonts.googleapis.com/ -https://fonts.gstatic.com/ \ No newline at end of file +https://fonts.gstatic.com/ +https://github.com/camera-2018/hdu-cs-wiki/ \ No newline at end of file