Skip to content

Commit a199f14

Browse files
Update update-citations.yml
1 parent 6dd1348 commit a199f14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-citations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Google Scholar Citations
33
on:
44
schedule:
55
# Run weekly on Sunday at 12:00 AM UTC
6-
- cron: "0 0 * * 0"
6+
- cron: "0 * * * *"
77
workflow_dispatch: # Allow manual triggering
88

99
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install pyyaml scholarly
24+
pip install -r requirements.txt
2525
2626
- name: Run citation update script
2727
run: |

0 commit comments

Comments
 (0)