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:
31
.github/dependabot.yml
vendored
31
.github/dependabot.yml
vendored
@@ -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:"
|
||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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()
|
||||
|
Reference in New Issue
Block a user