diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 697386a..de40013 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -7,32 +7,11 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [8.x, 10.x, 12.x] steps: - - uses: actions/checkout@v1 - - name: Use Node.js 10 - uses: actions/setup-node@v1 - with: - node-version: 10 - - name: npm install, build - uses: yanglbme/gitee-pages-action@master - env: - BRANCH: master # 存放产物的分支名称 - FOLDER: dist # 存放build后产物的目录 - BUILD_SCRIPT: npm install && npm run build # 执行的命令 - name: Sync to Gitee uses: wearerequired/git-mirror-action@master env: SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }} 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/md + destination-repo: "git@gitee.com:Doocs/md.git" \ No newline at end of file diff --git a/README.md b/README.md index 18f4f50..bd8d86f 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,6 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章 欢迎各位朋友随时提交 PR,让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 Issues 区反馈。 -注:目前在非 master 分支上对项目进行重构,更多新特性,敬请期待! - -- [Vue 分支](https://github.com/doocs/md/tree/m_create_vue) -- [React 分支](https://github.com/doocs/md/tree/chore-webpack) - - ## 功能特性 - [x] 支持 Markdown 所有基础语法 - [x] 支持单独进行字体、字号设置 @@ -46,16 +40,6 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章 - [x] 支持一键恢复至默认内容及样式 - [x] 支持打开或关闭引用链接的选项 - - ![select-and-change-color-theme](https://imgkr.cn-bj.ufileos.com/32c05c23-6309-491f-bd0d-f22a62c944b4.gif) ![copy-and-paste](https://imgkr.cn-bj.ufileos.com/31f16c2f-480c-4ea3-bb89-89b6e14d18e5.gif)