Skip to content

Commit

Permalink
Added 2024 FSU results
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Nov 10, 2024
1 parent ab4a535 commit ca9b6d3
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.prettierrc'
- 'firebase.json'
jobs:
deploy_functions_prod:
deploy_hosting_prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read
pull-requests: write
jobs:
deploy_functions_stag:
deploy_hosting_stag:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion data/polls/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -2864,4 +2864,4 @@
}
],
"cfbPlayoff": []
}
}
79 changes: 67 additions & 12 deletions website/src/resources/schedules/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -729,20 +729,75 @@
},
"opponentId": "FSU",
"espnGameId": 401628984,
"highlightsYouTubeVideoId": "UvjWHVhkVAk",
"records": {
"home": {
"overall": "7-1",
"home": "3-1",
"overall": "8-1",
"home": "4-1",
"away": "2-0",
"neutral": "2-0"
},
"away": {
"overall": "1-8",
"overall": "1-9",
"home": "1-4",
"away": "0-3",
"away": "0-4",
"neutral": "0-1"
}
},
"headCoach": "Marcus Freeman",
"stats": {
"away": {
"firstDowns": 14,
"thirdDownAttempts": 17,
"thirdDownConversions": 3,
"fourthDownAttempts": 2,
"fourthDownConversions": 1,
"totalYards": 208,
"passYards": 88,
"passCompletions": 10,
"passAttempts": 26,
"yardsPerPass": 3.4,
"interceptionsThrown": 2,
"rushYards": 120,
"rushAttempts": 43,
"yardsPerRush": 2.8,
"penalties": 6,
"penaltyYards": 56,
"possession": "33:11",
"fumblesLost": 0,
"fumbles": 1
},
"home": {
"firstDowns": 22,
"thirdDownAttempts": 12,
"thirdDownConversions": 5,
"fourthDownAttempts": 2,
"fourthDownConversions": 2,
"totalYards": 453,
"passYards": 252,
"passCompletions": 17,
"passAttempts": 30,
"yardsPerPass": 8.4,
"interceptionsThrown": 0,
"rushYards": 201,
"rushAttempts": 32,
"yardsPerRush": 6.3,
"penalties": 5,
"penaltyYards": 50,
"possession": "26:49",
"fumblesLost": 0,
"fumbles": 0
}
},
"score": {
"home": 52,
"away": 3
},
"linescore": {
"away": [3, 0, 0, 0],
"home": [7, 14, 10, 21]
},
"result": "W",
"rankings": {
"home": {
"ap": 10,
Expand All @@ -764,8 +819,8 @@
"espnGameId": 401628985,
"records": {
"home": {
"overall": "7-1",
"home": "3-1",
"overall": "8-1",
"home": "4-1",
"away": "2-0",
"neutral": "2-0"
},
Expand Down Expand Up @@ -799,14 +854,14 @@
"espnGameId": 401640959,
"records": {
"home": {
"overall": "8-0",
"overall": "9-0",
"home": "5-0",
"away": "3-0",
"away": "4-0",
"neutral": "0-0"
},
"away": {
"overall": "7-1",
"home": "3-1",
"overall": "8-1",
"home": "4-1",
"away": "2-0",
"neutral": "2-0"
}
Expand Down Expand Up @@ -842,8 +897,8 @@
"neutral": "1-0"
},
"away": {
"overall": "7-1",
"home": "3-1",
"overall": "8-1",
"home": "4-1",
"away": "2-0",
"neutral": "2-0"
}
Expand Down

0 comments on commit ca9b6d3

Please sign in to comment.