From 3208fcf2c1131fa0ec3264f6a4aa32cc7959e9bf Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 5 Apr 2022 00:03:47 +0800 Subject: [PATCH] doc: add contributors. --- .github/workflows/ci.yml | 9 ++++++++- README.md | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab00120..44fecae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,17 @@ jobs: - run: mkdir -p build - run: cp -rp nginx.svg build + - name: Generate Contributors Images + uses: jaywcjlove/github-action-contributors@main + with: + filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + output: build/CONTRIBUTORS.svg + avatarSize: 42 + - name: Converts Markdown to HTML uses: jaywcjlove/markdown-to-html-cli@main with: - source: README-zh.md + source: README.md output: build/index.html diff --git a/README.md b/README.md index cc7625d..8aea5c1 100755 --- a/README.md +++ b/README.md @@ -1520,3 +1520,17 @@ server { - [Nginx+Keepalived(双机热备)搭建高可用负载均衡环境(HA)](https://my.oschina.net/xshuai/blog/917097) - [Nginx 平滑升级](http://www.huxd.org/articles/2017/07/24/1500890692329.html) - [Nginx最新模块—ngx_http_mirror_module分析可以做版本发布前的预先验证,进行流量放大后的压测等等](https://mp.weixin.qq.com/s?__biz=MzIxNzg5ODE0OA==&mid=2247483708&idx=1&sn=90b0b1dccd9c337922a0588245277666&chksm=97f38cf7a08405e1928e0b46d923d630e529e7db8ac7ca2a91310a075986f8bcb2cee5b4953d#rd) + +## Contributors + +As always, thanks to our amazing contributors! + + + + + +Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors). + +## License + +Licensed under the MIT License.