Skip to content

Commit

Permalink
Update update-papers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jS5t3r authored Nov 2, 2024
1 parent 4ee8dea commit 7e1afa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-papers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update Papers
on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch:

jobs:
fetch-papers:
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Use the latest version of Python
python-version: '3.10' # Use the latest version of Python

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7e1afa8

Please sign in to comment.