Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/arxiv_daily_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# 定时触发
schedule:
# 每天UTC时间4:00(北京时间12:00)执行
- cron: '0 4 * * *'
# - cron: '0 4 * * *'
# 手动触发
workflow_dispatch:

Expand Down Expand Up @@ -121,4 +121,4 @@ jobs:

# 这里可以添加更新README等文件的逻辑,例如:
# sed -i "s|https://.*arxiv_[0-9]\{8\}\.html|$REPO_URL/$LATEST_HTML_NAME|g" README.md
fi
fi