We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd1348 commit a199f14Copy full SHA for a199f14
1 file changed
.github/workflows/update-citations.yml
@@ -3,7 +3,7 @@ name: Update Google Scholar Citations
3
on:
4
schedule:
5
# Run weekly on Sunday at 12:00 AM UTC
6
- - cron: "0 0 * * 0"
+ - cron: "0 * * * *"
7
workflow_dispatch: # Allow manual triggering
8
9
jobs:
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install pyyaml scholarly
+ pip install -r requirements.txt
25
26
- name: Run citation update script
27
0 commit comments