Skip to content

Commit 664dfed

Browse files
committed
fix: try ignoring the particular error that seems to be caused by the newest version of vuepress
1 parent b301b7b commit 664dfed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
uses: Cyb3r-Jak3/html5validator-action@master
2525
with:
2626
root: main/.vuepress/dist
27+
extra:
28+
- ignore_re: r'\ADuplicate ID "outbound-link-title".*'
2729

0 commit comments

Comments
 (0)