Skip to content

Commit

Permalink
🚀 Commit by: byeaxj <[email protected]>
Browse files Browse the repository at this point in the history
📝 Changes:
M .obsidian/workspace.json
 M githubpush.py
?? push.bat
  • Loading branch information
byeaxj committed May 9, 2024
1 parent 77f25b4 commit 1cd47ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
},
"active": "da9ca8a590533596",
"lastOpenFiles": [
"push.bat",
"githubpush.py",
"githubpush.bat",
"githubpush copy.sh",
Expand All @@ -175,7 +176,6 @@
"node_modules/gitalk/node_modules/date-fns/fp/lastDayOfQuarter/index.d.ts",
"node_modules/gitalk/node_modules/date-fns/fp/lastDayOfQuarter",
"node_modules/gitalk/node_modules/date-fns/fp/isWithinInterval/package.json",
"node_modules/gitalk/node_modules/date-fns/fp/isWithinInterval/index.js.flow",
"beiklive/Note_obsidian/01.插件推荐.md",
"beiklive/02.记录/02.折腾记录/00.obsidian.md",
"beiklive/02.记录/01.工具使用/01.Git.md",
Expand Down
2 changes: 1 addition & 1 deletion githubpush.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
subprocess.run(['git', 'commit', '-m', final_commit_message])

# 推送到远程仓库
# subprocess.run(['git', 'push'])
subprocess.run(['git', 'push'])

print("提交完成!")
except subprocess.CalledProcessError as e:
Expand Down
1 change: 1 addition & 0 deletions push.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python githubpush.py

0 comments on commit 1cd47ab

Please sign in to comment.