Skip to content

Commit

Permalink
fix paper issues
Browse files Browse the repository at this point in the history
  • Loading branch information
boyugou committed Dec 17, 2024
1 parent a4d3a9e commit a7a983d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
paths:
- 'update_template_or_data/update_paper_list.md' # 监听 update_paper_list.md 文件的更新
- 'scripts/sort_by_date.py' # 监听 scripts/sort_by_date.py 脚本的更新
- 'update_template_or_data/update_readme_template.md' # 监听 scripts/sort_by_date.py 脚本的更新
- 'update_template_or_data/utils/scripts/sort_by_date.py' # 监听 update_template_or_data/utils/scripts/sort_by_date.py 脚本的更新
- 'update_template_or_data/update_readme_template.md' # 监听 update_template_or_data/utils/scripts/sort_by_date.py 脚本的更新
- '.github/workflows/main.yml'
# schedule:
# - cron: '0 0 * * *' # 每天定时运行(0点)
Expand All @@ -26,9 +26,9 @@ jobs:
run: |
pip install pandas matplotlib seaborn wordcloud
- name: Run scripts/sort_by_date.py
- name: Run update_template_or_data/utils/scripts/sort_by_date.py
run: |
python scripts/sort_by_date.py
python update_template_or_data/utils/scripts/sort_by_date.py
- name: Update temp_readme.md with sorted papers content
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a7a983d

Please sign in to comment.