From 27012a4b5286aaeb608269632afc6d7f0b490ae0 Mon Sep 17 00:00:00 2001 From: Pan Date: Fri, 13 Jul 2018 11:28:06 +0800 Subject: [PATCH] touch .nojekyll --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 07df191d..e18b224d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,6 +12,9 @@ cd dist # if you are deploying to a custom domain # echo 'www.example.com' > CNAME +#创建.nojekyll 防止Github Pages build错误 +touch .nojekyll + git init git add -A git commit -m 'deploy'