test deploy
This commit is contained in:
parent
5102a2422c
commit
0c9981119c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
home: true
|
||||
heroImage: /img/logo.png
|
||||
heroText: Evan Blog
|
||||
tagline: web前端工程师,热衷于学习与总结
|
||||
tagline: web前端技术博客,积跬步以至千里,致敬每个爱学习的你。
|
||||
|
||||
features:
|
||||
- title: 前端
|
||||
|
|
|
|||
Loading…
Reference in New Issue