Browse Source

Remove deployThemes call that was added by accident

Ben Dwyer 3 years ago
parent
commit
5d8f8ba22e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      theme-utils.mjs

+ 0 - 2
theme-utils.mjs

@@ -151,8 +151,6 @@ async function pushButtonDeploy(repoType) {
 			await landChangesSvn(diffId);
 			await landChangesSvn(diffId);
 		}
 		}
 
 
-		await deployThemes( changedThemes );
-
 		open('https://mc.a8c.com/themes/downloads/');
 		open('https://mc.a8c.com/themes/downloads/');
 		console.log(`The following themes have changed:\n${changedThemes.join('\n')}`)
 		console.log(`The following themes have changed:\n${changedThemes.join('\n')}`)
 		console.log('Please deploy the following themes manually.' );
 		console.log('Please deploy the following themes manually.' );