We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.lycheeignore
main
1 parent 1c2ac7b commit ce66f89Copy full SHA for ce66f89
.github/workflows/link-pr.yml
@@ -5,17 +5,14 @@ on:
5
branches: [ main ]
6
paths:
7
- '**.md'
8
+ - '.lycheeignore'
9
10
jobs:
11
linkChecker:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Download Exclude Path
16
- run: |
17
- curl https://raw.githubusercontent.com/devstream-io/devstream/main/.lycheeignore --output .lycheeignore
18
-
19
# replace site base url to build MkDocs in local
20
- name: Replace Base URL
21
run: |
.lycheeignore
@@ -1,7 +1,8 @@
1
https://github.com/.*/pull/[0-9]+.*
2
https://github.com/.*/issues/[0-9]+.*
3
https://fonts.gstatic.com/
4
-.*${.*}.*
+.*\$\{.*\}.*
+.*ssh.*
.*foo.*
.*bar.*
.*xxx.*
0 commit comments