touch .nojekyll
This commit is contained in:
parent
700cc822cd
commit
27012a4b52
|
@ -12,6 +12,9 @@ cd dist
|
||||||
# if you are deploying to a custom domain
|
# if you are deploying to a custom domain
|
||||||
# echo 'www.example.com' > CNAME
|
# echo 'www.example.com' > CNAME
|
||||||
|
|
||||||
|
#创建.nojekyll 防止Github Pages build错误
|
||||||
|
touch .nojekyll
|
||||||
|
|
||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m 'deploy'
|
git commit -m 'deploy'
|
||||||
|
|
Loading…
Reference in New Issue