Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
boyugou committed Oct 30, 2024
1 parent e60c120 commit 77f5875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python environment
uses: actions/setup-python@v2
Expand Down
3 changes: 2 additions & 1 deletion sort_by_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ def parse_date_with_defaults(date_str):
print(papers_df)

with open("papers.md", "w", encoding="utf-8") as file:
file.write(final_output)
file.write(final_output)

0 comments on commit 77f5875

Please sign in to comment.