Skip to content

Commit 8dd43b7

Browse files
authored
Merge pull request #18 from htmlhint/dev/coliff/fix-build
Move CNAME and add public assets for site verification
2 parents 890714b + 8424ca3 commit 8dd43b7

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,3 @@ jobs:
2323

2424
- name: Run build
2525
run: npm run build
26-
27-
- name: Run HTMLHint (SARIF)
28-
run: |
29-
cd website
30-
npm run htmlhint-sarif || true
31-
# Continue even if HTMLHint finds issues
32-
33-
- name: Upload SARIF file
34-
uses: github/codeql-action/upload-sarif@v3
35-
with:
36-
sarif_file: website/htmlhint.sarif
37-
category: HTMLHint
38-
if: always()

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
dist/
22
node_modules/
3-
public/

docs/CNAME renamed to public/CNAME

File renamed without changes.

public/favicon.ico

1.12 KB
Binary file not shown.

public/google1384d6b42e54bfcc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google1384d6b42e54bfcc.html

0 commit comments

Comments
 (0)