Skip to content

Commit

Permalink
trying another link checker #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 1, 2024
1 parent 9b79df0 commit 8ac8e22
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
############################
# BUILDING THE DOCUMENTATION
# building the documentation
############################
build-and-internal-link-check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
############################
# CHECKING EXTERNAL LINKS
# checking external links
############################
external-link-check:
runs-on: ubuntu-latest
Expand All @@ -51,6 +51,11 @@ jobs:
- name: Cloning repository
uses: actions/checkout@v3

- name: Lychee Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true

- name: Checking links in markdown files
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
Expand Down

0 comments on commit 8ac8e22

Please sign in to comment.