test deploy

This commit is contained in:
xugaoyi 2019-12-19 10:27:26 +08:00
parent 5102a2422c
commit 0c9981119c
3 changed files with 6 additions and 5 deletions

View File

@ -20,6 +20,7 @@ if [ !$GITHUB_TOKEN ]; then
else
msg='GitHub Action deploy'
githubUrl=https://xugaoyi:$GITHUB_TOKEN@github.com/xugaoyi/evanblog.git
echo githubUrl
fi
git commit -m $msg
git push -f $githubUrl master:gh-pages # 发布到github

View File

@ -75,8 +75,8 @@ export default {
}
.description {
max-width: 35rem;
font-size: 1.6rem;
max-width: 40rem;
font-size: 1.4rem;
line-height: 1.3;
color: lighten($textColor, 40%);
}
@ -116,8 +116,8 @@ export default {
text-align: center;
.image_title {
width: 14rem;
height: 14rem;
width: 13rem;
height: 13rem;
transition: all .3s;
}

View File

@ -2,7 +2,7 @@
home: true
heroImage: /img/logo.png
heroText: Evan Blog
tagline: web前端工程师,热衷于学习与总结
tagline: web前端技术博客,积跬步以至千里,致敬每个爱学习的你。
features:
- title: 前端