Skip to content

Commit

Permalink
fix: 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin committed Nov 3, 2023
1 parent 6eee886 commit 7c6f746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_til.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
- name: Run Update Python Script
run: |
python script/count_files.py
python script/update_readme.py
- name: Run Update README.md File
run: |
git add .
Expand Down
2 changes: 1 addition & 1 deletion update_readme.py → script/update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def split_extension(file_name):

print(f"Create README\n{readme}")

with open("./README.md", 'w', encoding='utf-8') as f:
with open("../README.md", 'w', encoding='utf-8') as f:
f.write(readme)

0 comments on commit 7c6f746

Please sign in to comment.