Skip to content

Commit

Permalink
chore: install时忽略docs中yaml后缀的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Nov 29, 2024
1 parent 8665f9f commit 456dda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def install_chores():
working_dir / "docs",
install_path / "docs",
dirs_exist_ok=True,
ignore=shutil.ignore_patterns("*.yaml"),
)


Expand Down

0 comments on commit 456dda5

Please sign in to comment.