Skip to content

Commit b3b6b24

Browse files
committed
organize NFL scripts into a dedicated folder
1 parent ca72ff2 commit b3b6b24

7 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-nfl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npx playwright install chromium --with-deps
4242

4343
- name: Fetch NFL Schedules
44-
run: node scripts/fetch-nfl.js
44+
run: node scripts/nfl/fetch-nfl.js
4545

4646
- name: Commit and Push
4747
env:

0 commit comments

Comments
 (0)