1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:45:46 -04:00

finally remove every trace of AMP 🥳 (#415)

This commit is contained in:
2021-06-01 07:52:49 -04:00
committed by GitHub
parent 4bb5841ac1
commit 3fa058ee76
58 changed files with 54 additions and 831 deletions

View File

@@ -47,16 +47,14 @@ jobs:
run: |
lhci autorun \
--collect.url=https://deploy-preview-${{ github.event.number }}--jakejarvis.netlify.app/ \
--collect.url=https://deploy-preview-${{ github.event.number }}--jakejarvis.netlify.app/notes/netlify-analytics-review/ \
--collect.url=https://deploy-preview-${{ github.event.number }}--jakejarvis.netlify.app/notes/how-to-pull-request-fork-github/amp.html
--collect.url=https://deploy-preview-${{ github.event.number }}--jakejarvis.netlify.app/notes/how-to-pull-request-fork-github/
- name: Audit production site
if: "github.event_name == 'push' && github.ref == 'refs/heads/main'"
continue-on-error: true
run: |
lhci autorun \
--collect.url=https://jarv.is/ \
--collect.url=https://jarv.is/notes/netlify-analytics-review/ \
--collect.url=https://jarv.is/notes/how-to-pull-request-fork-github/amp.html
--collect.url=https://jarv.is/notes/how-to-pull-request-fork-github/
- name: Upload results as artifact
uses: actions/upload-artifact@v2
if: success()