Skip to content

Commit 3208fcf

Browse files
committed
doc: add contributors.
1 parent 2c638ee commit 3208fcf

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,17 @@ jobs:
1616
- run: mkdir -p build
1717
- run: cp -rp nginx.svg build
1818

19+
- name: Generate Contributors Images
20+
uses: jaywcjlove/github-action-contributors@main
21+
with:
22+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
23+
output: build/CONTRIBUTORS.svg
24+
avatarSize: 42
25+
1926
- name: Converts Markdown to HTML
2027
uses: jaywcjlove/markdown-to-html-cli@main
2128
with:
22-
source: README-zh.md
29+
source: README.md
2330
output: build/index.html
2431

2532

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,3 +1520,17 @@ server {
15201520
- [Nginx+Keepalived(双机热备)搭建高可用负载均衡环境(HA)](https://my.oschina.net/xshuai/blog/917097)
15211521
- [Nginx 平滑升级](http://www.huxd.org/articles/2017/07/24/1500890692329.html)
15221522
- [Nginx最新模块—ngx_http_mirror_module分析可以做版本发布前的预先验证,进行流量放大后的压测等等](https://mp.weixin.qq.com/s?__biz=MzIxNzg5ODE0OA==&mid=2247483708&idx=1&sn=90b0b1dccd9c337922a0588245277666&chksm=97f38cf7a08405e1928e0b46d923d630e529e7db8ac7ca2a91310a075986f8bcb2cee5b4953d#rd)
1523+
1524+
## Contributors
1525+
1526+
As always, thanks to our amazing contributors!
1527+
1528+
<a href="https://github.com/jaywcjlove/nginx-tutorial/graphs/contributors">
1529+
<img src="https://jaywcjlove.github.io/nginx-tutorial/CONTRIBUTORS.svg" />
1530+
</a>
1531+
1532+
Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors).
1533+
1534+
## License
1535+
1536+
Licensed under the MIT License.

0 commit comments

Comments
 (0)