Skip to content

Commit 7577a19

Browse files
Skip downloading json docs to local
1 parent 70ede7b commit 7577a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/s3-sync.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ export async function backupExistingFolders() {
5555
export async function downloadExistingDocsToLocal() {
5656
// For parallel downloads
5757
return await Promise.all([
58-
executeS3Sync({
58+
/* executeS3Sync({
5959
from: `${apiDocsBucketUrl}/json-docs`,
6060
to: 'tmp/json-docs',
61-
}),
61+
}), */
6262
executeS3Sync({
6363
from: `${apiDocsBucketUrl}/rev-index`,
6464
to: 'tmp/rev-index',

0 commit comments

Comments
 (0)