From 90b1297827a145ab9865f5b3cbba5b8eb0353975 Mon Sep 17 00:00:00 2001 From: Andrey Satarin Date: Tue, 24 Dec 2024 10:34:44 -0800 Subject: [PATCH] Remove old link checker --- .github/workflows/main.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d221c92..5f044fb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,15 +7,6 @@ on: branches: [ '*' ] jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - uses: docker://dkhamsing/awesome_bot:latest - with: - args: --white-list "dl.acm.org,medium.com,docs.google.com" --allow 429,999 --allow-dupe --allow-redirect --set-timeout 120 /github/workspace/README.md linkChecker: runs-on: ubuntu-latest @@ -27,4 +18,4 @@ jobs: with: fail: true jobSummary: true - args: --base . --verbose --no-progress './**/*.md' \ No newline at end of file + args: --base . --verbose --no-progress './**/*.md'