Skip to content

Commit f1c55f6

Browse files
committed
Add actions/upload-artifact
1 parent 6d5964a commit f1c55f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def copy_build_to_webroot(self, http: urllib3.PoolManager) -> None:
757757
])
758758

759759
dist_dir = self.checkout / "Doc" / "dist"
760-
if not self.quick and dist_dir.is_dir():
760+
if dist_dir.is_dir():
761761
# Copy archive files to /archives/
762762
logging.debug("Copying dist files.")
763763
chgrp(dist_dir, group=self.group, recursive=True)

0 commit comments

Comments
 (0)