From 150092009a56687e67fdda13a44f4e5f0c80fc5d Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Fri, 15 Nov 2024 09:09:19 +1000 Subject: [PATCH] disable not working link-checker --- .github/workflows/gh-pages.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b408bb431..3539e6ba8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -88,14 +88,14 @@ jobs: # algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }} # site-url: 'https://www.neurodesk.org' - check-links: - runs-on: ubuntu-latest - needs: deploy - steps: - - uses: actions/checkout@v4 - - name: Setup Pages - id: pages - uses: actions/configure-pages@v2 + # check-links: + # runs-on: ubuntu-latest + # needs: deploy + # steps: + # - uses: actions/checkout@v4 + # - name: Setup Pages + # id: pages + # uses: actions/configure-pages@v2 # - name: Create config file # run: | # echo ${{ steps.pages.outputs.base_url }} @@ -125,9 +125,9 @@ jobs: # use-verbose-mode: 'no' # config-file: '.github/workflows/config.json' # folder-path: 'content/en/' - - name: Run linkspector - uses: umbrelladocs/action-linkspector@v1 - with: - github_token: ${{ secrets.github_token }} - fail_on_error: true - config_file: .linkspector.yml \ No newline at end of file + # - name: Run linkspector + # uses: umbrelladocs/action-linkspector@v1 + # with: + # github_token: ${{ secrets.github_token }} + # fail_on_error: true + # config_file: .linkspector.yml