mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
feat: upgrade sync version, add netlify site for md project
更新同步版本,添加 netlify 站点
This commit is contained in:
parent
ff98822b96
commit
537022d5b9
7
.github/workflows/sync.yml
vendored
7
.github/workflows/sync.yml
vendored
@ -15,3 +15,10 @@ jobs:
|
||||
with:
|
||||
source-repo: "git@github.com:doocs/md.git"
|
||||
destination-repo: "git@gitee.com:Doocs/md.git"
|
||||
|
||||
- name: Build Gitee Pages
|
||||
uses: yanglbme/gitee-pages-action@master
|
||||
with:
|
||||
gitee-username: yanglbme
|
||||
gitee-password: ${{ secrets.GITEE_PASSWORD }}
|
||||
gitee-repo: doocs/jvm
|
||||
|
@ -17,8 +17,9 @@
|
||||
Markdown 文档自动即时渲染为微信图文,让你不再为微信文章排版而发愁!只要你会基本的 Markdown 语法,就能做出一篇样式简洁而又美观大方的微信图文。
|
||||
|
||||
## 在线编辑器地址
|
||||
- GitHub Pages:https://doocs.github.io/md
|
||||
- Netlify: https://mdmd.netlify.com
|
||||
- Gitee Pages:https://doocs.gitee.io/md
|
||||
- GitHub Pages:https://doocs.github.io/md
|
||||
|
||||
注:推荐使用 Chrome 浏览器,效果最佳。另外,对于国内(中国)的朋友,访问 [Gitee Pages](https://doocs.gitee.io/md) 速度会相对快一些。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user