File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,17 @@ jobs:
16
16
- run : mkdir -p build
17
17
- run : cp -rp nginx.svg build
18
18
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
+
19
26
- name : Converts Markdown to HTML
20
27
uses : jaywcjlove/markdown-to-html-cli@main
21
28
with :
22
- source : README-zh .md
29
+ source : README.md
23
30
output : build/index.html
24
31
25
32
Original file line number Diff line number Diff line change @@ -1520,3 +1520,17 @@ server {
1520
1520
- [ Nginx+Keepalived(双机热备)搭建高可用负载均衡环境(HA)] ( https://my.oschina.net/xshuai/blog/917097 )
1521
1521
- [ Nginx 平滑升级] ( http://www.huxd.org/articles/2017/07/24/1500890692329.html )
1522
1522
- [ 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.
You can’t perform that action at this time.
0 commit comments