Skip to content

Commit

Permalink
disable not working link-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Nov 14, 2024
1 parent f7823d3 commit 1500920
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
# - name: Run linkspector
# uses: umbrelladocs/action-linkspector@v1
# with:
# github_token: ${{ secrets.github_token }}
# fail_on_error: true
# config_file: .linkspector.yml

0 comments on commit 1500920

Please sign in to comment.