We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51098ee commit 4d1ddf9Copy full SHA for 4d1ddf9
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["main", "webhint-compliance"]
+ branches: ["main"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
index.html
@@ -1,6 +1,6 @@
1
<!DOCTYPE html>
2
<html lang="EN">
3
- <meta charset="utf-8">
+ <meta charset="UTF-8">
<!--HEADERS-->
<head>
<!--TITLE-->
0 commit comments