Skip to content

Commit

Permalink
add new pagespeed insights workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata authored Oct 31, 2024
1 parent d68a7f9 commit a518c9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pagespeed-insights.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: PageSpeed Insights for Mabuya

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Succinct report
uses: lowlighter/metrics@latest
with:
filename: pagespeed-results.svg
token: NOT_NEEDED
base: ""
plugin_pagespeed: yes
plugin_pagespeed_detailed: yes
# plugin_pagespeed_screenshot: yes
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
plugin_pagespeed_url: https://mabuya.vercel.app/
# plugin_pagespeed_pwa: yes

0 comments on commit a518c9b

Please sign in to comment.