Skip to content

Commit 72ce4d3

Browse files
author
Niraj Bajpai
committed
fix(ci): Restore missing 'run' block in arXiv workflow
During a previous modification, the 'run' block for the 'Fetch arXiv papers' step was inadvertently removed, leading to a YAML syntax error in the workflow file. This commit restores the missing 'run' block, fixing the workflow validation error.
1 parent 30c4bd1 commit 72ce4d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/arxiv-daily-crawler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5252
run: |
5353
python scripts/fetch_arxiv_papers.py
54+
run: |
55+
python scripts/fetch_arxiv_papers.py
5456
5557
- name: Generate summary report
5658
run: |

0 commit comments

Comments
 (0)