Skip to content

Commit de02fda

Browse files
committed
add rewrite config [netlify-ignore]
1 parent 9583342 commit de02fda

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1717
with:
1818
use-quiet-mode: 'yes'
19+
config-file: 'mlc-config.json'
1920
use-verbose-mode: 'yes'
2021
check-modified-files-only: 'yes'

.github/workflows/mlc-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"replacementPatterns":[
3+
{
4+
"pattern": "/docs/",
5+
"replacement": "src/"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)