Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Nov 3, 2023
1 parent 1720877 commit f2fc135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
template: repository
user: lryanle
repo: seniordesign
filename:
config_timezone: US/Central
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
plugin_lines: yes
Expand All @@ -25,23 +26,23 @@ jobs:
plugin_projects_repositories: lryanle/seniordesign/projects/2
- uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.pagespeed.svg
filename: metrics.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.plugin.screenshot.svg
filename: metrics.smarescreenshot.svg
token: NOT_NEEDED
base: ""
plugin_screenshot: yes
plugin_screenshot_title: SMARE Site
plugin_screenshot_url: https://smare.lryanle.com
- uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.contributors.contributions.svg
filename: metrics.contributions.svg
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
base: ""
template: repository
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Senior Design Repository for the Statefarm Automotive Fraud Project
## Statistics

![Metrics](/github-metrics.svg)
![Pagespeed](/metrics.plugin.pagespeed.svg)
![SMAREScreenShot](/metrics.plugin.screenshot.svg)

## Database Access

Expand Down

1 comment on commit f2fc135

@vercel
Copy link

@vercel vercel bot commented on f2fc135 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 – ./

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

Please sign in to comment.