From 96e5e4d1d2c2a5cd5866b84bb79b257957289d00 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 17 May 2022 12:23:08 +0100 Subject: [PATCH] docs: remove link checker --- .github/workflows/docs-links.yaml | 34 ------------------------------- .lycheeignore | 5 ----- 2 files changed, 39 deletions(-) delete mode 100644 .github/workflows/docs-links.yaml delete mode 100644 .lycheeignore diff --git a/.github/workflows/docs-links.yaml b/.github/workflows/docs-links.yaml deleted file mode 100644 index 2374cf821a..0000000000 --- a/.github/workflows/docs-links.yaml +++ /dev/null @@ -1,34 +0,0 @@ -name: "Docs / Links" -# For more information, -# see https://sphinx-theme.scylladb.com/stable/deployment/production.html#available-workflows - -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * 0" # At 00:00 on Sunday - -jobs: - linkChecker: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - persist-credentials: false - fetch-depth: 0 - - - name: Link Checker - id: lychee - uses: lycheeverse/lychee-action@v1.4.1 - with: - args: --verbose --exclude-mail --no-progress './docs/**/*.md' './docs/**/*.rst' - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - - name: Create Issue From File - if: ${{ steps.lychee.outputs.exit_code != 0 }} - uses: peter-evans/create-issue-from-file@v4 - with: - title: Link Checker Report - content-filepath: ./lychee/out.md - labels: report, automated issue diff --git a/.lycheeignore b/.lycheeignore deleted file mode 100644 index 4424568ed2..0000000000 --- a/.lycheeignore +++ /dev/null @@ -1,5 +0,0 @@ -http://someurl -http://somewebsite -http://host -http://192.168.121.99 -http://66.102.7.147