We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9e0ff commit 5e6b25cCopy full SHA for 5e6b25c
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm install
25
26
- name: Build
27
- run: npm run build
+ run: npm run build:h5-netlify
28
29
- name: Add .nojekyll file
30
run: |
README.md
@@ -18,7 +18,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信内容
18
19
## 在线编辑器地址
20
21
-- [https://doocs.github.io/md](https://doocs.github.io/md)
+- [https://md.doocs.org](https://md.doocs.org)
22
- [https://doocs-md.pages.dev](https://doocs-md.pages.dev)
23
注:推荐使用 Chrome 浏览器,效果最佳。
0 commit comments