Skip to content

Commit 654801b

Browse files
Disable HTML proofer by default
1 parent effba30 commit 654801b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
4949
- name: Lint the static site
5050
uses: anishathalye/proof-html@v2
51+
# Disabled
52+
if: ${{ false }}
5153
with:
5254
directory: ./_site
5355
enforce_https: false

0 commit comments

Comments
 (0)