We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44e67c commit 97c8088Copy full SHA for 97c8088
.github/workflows/main.yml
@@ -30,5 +30,8 @@ jobs:
30
max_concurrency: 3
31
# This check doesn't pick up the favicon in the public folder
32
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
36
ignore_url_re: |
37
/smartschool.be/
0 commit comments