Skip to content

Commit

Permalink
testing link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Apr 26, 2024
1 parent 5f7c289 commit d7415f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail: true
format: 'markdown'
jobSummary: false
args: --config .github/workflows/lychee-config.toml './**/*.md' './**/*.html'
args: --config .github/workflows/lychee-config.toml './docs/**/*.md' './docs/**/*.html'

# scheduled-link-check:
# if: ${{ github.event_name == 'schedule' }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/lychee-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ exclude = [
'^http://127\.0\.0\.1:8000',
]

# Exclude file path from getting checked
exclude_path = [
'./drafts/**',
]

# Set output file of status report
output = ".github/workflows/link-checker-report"

# Set verbose level
verbose = "info"

Expand Down

0 comments on commit d7415f1

Please sign in to comment.