Skip to content

Commit 97c8088

Browse files
committed
Disable HTML checks temporarily
Until vuejs/vuepress#3118 is merged or otherwise fixed.
1 parent e44e67c commit 97c8088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
max_concurrency: 3
3131
# This check doesn't pick up the favicon in the public folder
3232
check_favicon: false
33+
# Until Vuepress itself doesn't include invalid CSS anymore.
34+
# See https://github.com/vuejs/vuepress/pull/3118
35+
check_html: false
3336
ignore_url_re: |
3437
/smartschool.be/

0 commit comments

Comments
 (0)