Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/link-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ on:
branches: [ main ]
paths:
- '**.md'
- '.lycheeignore'

jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Download Exclude Path
run: |
curl https://raw.githubusercontent.com/devstream-io/devstream/main/.lycheeignore --output .lycheeignore

# replace site base url to build MkDocs in local
- name: Replace Base URL
run: |
Expand Down
3 changes: 2 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
https://github.com/.*/pull/[0-9]+.*
https://github.com/.*/issues/[0-9]+.*
https://fonts.gstatic.com/
.*${.*}.*
.*\$\{.*\}.*
.*ssh.*
.*foo.*
.*bar.*
.*xxx.*
Expand Down