Skip to content

Commit

Permalink
docs: add pagespeed stats
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jan 8, 2025
1 parent 7892e37 commit 3d987bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nuxthub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ jobs:
id: deploy
with:
project-key: ambo-ux20

report:
name: PageSpeed Insights metrics
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
filename: pagespeed.svg
token: NOT_NEEDED
base: ''
plugin_pagespeed: yes
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
plugin_pagespeed_url: https://ambo.nuxt.dev
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Digital bingo game, for when you don't feel like carrying the box!

![Score](./pagespeed.svg)

## To-Dos

- [ ] Add terms and conditions translation
Expand Down

0 comments on commit 3d987bc

Please sign in to comment.