Skip to content

Fix the docs ci for plugin #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
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