test deploy
This commit is contained in:
parent
5102a2422c
commit
0c9981119c
|
|
@ -20,6 +20,7 @@ if [ !$GITHUB_TOKEN ]; then
|
||||||
else
|
else
|
||||||
msg='GitHub Action deploy'
|
msg='GitHub Action deploy'
|
||||||
githubUrl=https://xugaoyi:$GITHUB_TOKEN@github.com/xugaoyi/evanblog.git
|
githubUrl=https://xugaoyi:$GITHUB_TOKEN@github.com/xugaoyi/evanblog.git
|
||||||
|
echo githubUrl
|
||||||
fi
|
fi
|
||||||
git commit -m $msg
|
git commit -m $msg
|
||||||
git push -f $githubUrl master:gh-pages # 发布到github
|
git push -f $githubUrl master:gh-pages # 发布到github
|
||||||
|
|
|
||||||
|
|
@ -75,8 +75,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
max-width: 35rem;
|
max-width: 40rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.4rem;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
color: lighten($textColor, 40%);
|
color: lighten($textColor, 40%);
|
||||||
}
|
}
|
||||||
|
|
@ -116,8 +116,8 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.image_title {
|
.image_title {
|
||||||
width: 14rem;
|
width: 13rem;
|
||||||
height: 14rem;
|
height: 13rem;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
home: true
|
home: true
|
||||||
heroImage: /img/logo.png
|
heroImage: /img/logo.png
|
||||||
heroText: Evan Blog
|
heroText: Evan Blog
|
||||||
tagline: web前端工程师,热衷于学习与总结
|
tagline: web前端技术博客,积跬步以至千里,致敬每个爱学习的你。
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: 前端
|
- title: 前端
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue