aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-26 00:55:54 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-26 00:55:54 -0400
commit68044196acf48e42e64ef4aac9ce81830c04a292 (patch)
treea56c289ab72bed1e541209c731141ccc0ea4baf0 /.github/workflows
parent5345b9d4df8601fedcb4a226e46db6e6b0246a40 (diff)
downloadpersonal-website-68044196acf48e42e64ef4aac9ce81830c04a292.tar.gz
personal-website-68044196acf48e42e64ef4aac9ce81830c04a292.tar.bz2
personal-website-68044196acf48e42e64ef4aac9ce81830c04a292.zip
Added Vercel Analytics
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml14
1 files changed, 0 insertions, 14 deletions
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