Skip to content

Commit

Permalink
Disable CSS check
Browse files Browse the repository at this point in the history
It is not aware of some new CSS properties.
  • Loading branch information
153957 committed Dec 25, 2023
1 parent 2525615 commit 981b5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: demo/output/
css: true
css: false
log_level: INFO
- uses: peaceiris/actions-gh-pages@v3.9.3
with:
Expand Down

0 comments on commit 981b5c7

Please sign in to comment.