Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Nov 3, 2023
1 parent ab31f30 commit 9568419
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
template: repository
user: lryanle
repo: seniordesign
filename:
config_timezone: US/Central
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
plugin_lines: yes
Expand All @@ -26,17 +25,26 @@ jobs:
plugin_projects_repositories: lryanle/seniordesign/projects/2
- uses: lowlighter/metrics@latest
with:
filename: metrics.pagespeed.svg
filename: metrics.plugin.pagespeed.svg
token: NOT_NEEDED
base: ""
plugin_pagespeed: yes
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
plugin_pagespeed_url: https://smare.lryanle.com
- uses: lowlighter/metrics@latest
with:
filename: metrics.smarescreenshot.svg
filename: metrics.plugin.screenshot.svg
token: NOT_NEEDED
base: ""
plugin_screenshot: yes
plugin_screenshot_title: SMARE Site
plugin_screenshot_url: https://smare.lryanle.com
plugin_screenshot_url: https://smare.lryanle.com
# - uses: lowlighter/metrics@latest
# with:
# filename: metrics.plugin.contributors.contributions.svg
# token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
# base: ""
# template: repository
# repo: metrics
# plugin_contributors: yes
# plugin_contributors_contributions: yes

1 comment on commit 9568419

@vercel
Copy link

@vercel vercel bot commented on 9568419 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seniordesign – ./

seniordesign-git-main-lryanle.vercel.app
smare.vercel.app
seniordesign-lryanle.vercel.app
smare.lryanle.com

Please sign in to comment.