Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
mkdocs-material-
- run: sudo apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material.git
- run: pip install -e mkdocs-material
- run: mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
6 changes: 3 additions & 3 deletions docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

## TODO

- [ ] [微信小程序](clients/wechat_open)
- [ ] [微信开放平台](clients/wechat_mp)
- [ ] [企业微信二维码登录](clients/wechat_work)
- [ ] [微信小程序](clients/wechat_open.md)
- [ ] [微信开放平台](clients/wechat_mp.md)
- [ ] [企业微信二维码登录](clients/wechat_work.md)
- [ ] [钉钉](clients/dingding.md)
- [ ] [QQ](clients/qq.md)
- [ ] [微博](clients/weibo.md)
Expand Down