From 68044196acf48e42e64ef4aac9ce81830c04a292 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 26 Oct 2022 00:55:54 -0400 Subject: Added Vercel Analytics --- .github/workflows/main.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/main.yml (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 3cef293..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Lighthouse CI -on: push -jobs: - lighthouse: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@v9 - with: - urls: | - https://alee14.me - uploadArtifacts: true # save results as an action artifacts - temporaryPublicStorage: true # upload lighthouse report to the temporary storage -- cgit v1.2.3