mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Merge remote-tracking branch 'origin/master' into blog-content
This commit is contained in:
commit
959c2b2409
3 changed files with 8 additions and 0 deletions
6
.github/workflows/deploy-blog.yml
vendored
6
.github/workflows/deploy-blog.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
needs: sync-blog-content
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: production
|
||||
url: https://blog.cloverta.top
|
||||
|
||||
env:
|
||||
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
|
||||
|
|
@ -105,6 +108,9 @@ jobs:
|
|||
manual-deploy:
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: production
|
||||
url: https://blog.cloverta.top
|
||||
|
||||
env:
|
||||
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ export default {
|
|||
"The design of this blog was inspired by:",
|
||||
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
||||
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
||||
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>',
|
||||
"· And some other websites whose names I have unfortunately forgotten",
|
||||
"Thank you for your ideas and passion!",
|
||||
"In addition, this blog is open source under MIT License. You can find its source code through the link in the footer.",
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ export default {
|
|||
"这个博客在设计理念上参考了:",
|
||||
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
||||
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
||||
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>',
|
||||
"· 还有一些已经忘记名字的网站",
|
||||
"谢谢你们的想法和热情!",
|
||||
"此外,这个博客的源码使用 MIT 协议开源,你可以从页脚的链接处获取它的源代码。",
|
||||
|
|
|
|||
Loading…
Reference in a new issue