Skip to content

Commit 18a349d

Browse files
committed
Stop writing generated docs in action
1 parent c74428d commit 18a349d

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ jobs:
5757
git config --global user.email "zhaoolee@gmail.com"
5858
git config --global user.name "zhaoolee"
5959
git add README.md
60-
git add docs
6160
git commit -m "Github Action auto Updated"
6261
git push

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,6 @@ def main():
500500
create_opml()
501501
readme_md = replace_readme()
502502
content = markdown.markdown(readme_md[0], extensions=['tables', 'fenced_code']) if markdown else readme_md[0]
503-
cp_readme_md_to_docs()
504-
cp_media_to_docs()
505503
email_list = get_email_list()
506504

507505
mail_re = r'邮件内容区开始>([.\S\s]*)<邮件内容区结束'

0 commit comments

Comments
 (0)