1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -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

@@ -14,30 +14,6 @@ updates:
- "npm"
- "dependencies"
- package-ecosystem: npm
directory: "/plugins/netlify-plugin-amp-optimizer"
schedule:
interval: weekly
versioning-strategy: increase
commit-message:
prefix: "📦 build(amp):"
labels:
- "build plugins"
- "npm"
- "dependencies"
- package-ecosystem: npm
directory: "/plugins/netlify-plugin-cache"
schedule:
interval: weekly
versioning-strategy: increase
commit-message:
prefix: "📦 build(cache):"
labels:
- "build plugins"
- "npm"
- "dependencies"
- package-ecosystem: docker
directory: "/"
schedule:
@@ -51,10 +27,3 @@ updates:
interval: weekly
commit-message:
prefix: "📦 ci:"
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "📦 pip:"

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()