diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6fb1ca..ded73fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,16 +23,3 @@ jobs: - name: Run build run: npm run build - - - name: Run HTMLHint (SARIF) - run: | - cd website - npm run htmlhint-sarif || true - # Continue even if HTMLHint finds issues - - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: website/htmlhint.sarif - category: HTMLHint - if: always() diff --git a/.gitignore b/.gitignore index f2c1f41..1eae0cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ dist/ node_modules/ -public/ diff --git a/docs/CNAME b/public/CNAME similarity index 100% rename from docs/CNAME rename to public/CNAME diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..cf86873 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/google1384d6b42e54bfcc.html b/public/google1384d6b42e54bfcc.html new file mode 100644 index 0000000..f2e7740 --- /dev/null +++ b/public/google1384d6b42e54bfcc.html @@ -0,0 +1 @@ +google-site-verification: google1384d6b42e54bfcc.html \ No newline at end of file