diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e8c058e..6e0668b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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 diff --git a/README.md b/README.md index c0c8dcc..733bab0 100644 --- a/README.md +++ b/README.md @@ -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) 速度会相对快一些。