Browse Source

CI: exclude README.md from being deployed

SukkaW 2 years ago
parent
commit
29ec008dbc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Build/build-public.js

+ 1 - 2
Build/build-public.js

@@ -13,8 +13,7 @@ const folderAndFilesToBeDeployed = [
   'Clash',
   'Modules',
   'Script',
-  'LICENSE',
-  'README.md'
+  'LICENSE'
 ];
 
 const buildPublicHtml = task(__filename, async () => {