From 397e80ce9d3650dd21b0c297a4302bc8bc59df21 Mon Sep 17 00:00:00 2001 From: Yifan Gao Date: Mon, 8 Feb 2021 17:47:11 +0800 Subject: [PATCH] Add stat file to index.html --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 5ea831bb..ae31e6ab 100755 --- a/upload.sh +++ b/upload.sh @@ -4,7 +4,7 @@ git clone -b ip-lists https://${GH_REF} ip-lists rm ip-lists/*.txt mv result/* ip-lists cd ip-lists -tree -H . -P "*.txt" -T "China Operator IP - prebuild results" > index.html +tree -H . -P "*.txt|stat" -T "China Operator IP - prebuild results" > index.html git config user.name $GIT_USER_NAME git config user.email $GIT_USER_EMAIL git add .