Replacing shutil copytree by dirsync #25

Merged
zuul merged 5 commits from dirsync_replaces__shutil into main 2023-01-30 07:52:19 +00:00
Showing only changes of commit d5d68b0d01 - Show all commits
+2 -1
View File
@@ -116,9 +116,10 @@ def process_repositories(args, service):
sync(
source_path,
target_path,
'sync',
purge=True,
create=True,
exclude=['conf.py']
ignore=['conf.py']
)
repo_to.index.add([doc["rst_location"]])
if len(repo_to.index.diff("HEAD")) == 0: