File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
- docs/**
9
9
- README.md
10
10
- RELEASING.md
11
+ - .github/workflows/links.yml
11
12
pull_request :
12
13
paths :
13
14
- docs/**
14
15
- README.md
15
16
- RELEASING.md
17
+ - .github/workflows/links.yml
16
18
workflow_dispatch :
17
19
18
20
jobs :
25
27
cache-read-only : true
26
28
# This is required for action-linkspector to work with API links.
27
29
- run : ./gradlew dokkaHtml
30
+ - name : Mkdocs build validation
31
+ run : |
32
+ # Don't cache it to track updates.
33
+ pip install mkdocs-material
34
+ mkdocs build --strict
28
35
- uses : umbrelladocs/action-linkspector@v1
29
36
with :
30
37
reporter : github-pr-check
Original file line number Diff line number Diff line change 77
77
- ' Changes ' : changes/README.md
78
78
- ' API ' : api/index.html
79
79
- ' About ' : about/README.md
80
+
81
+ validation :
82
+ unrecognized_links : warn
83
+ anchors : warn
You can’t perform that action at this time.
0 commit comments