touch .nojekyll

This commit is contained in:
Pan 2018-07-13 11:28:06 +08:00
parent 700cc822cd
commit 27012a4b52
1 changed files with 3 additions and 0 deletions

View File

@ -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'