Skip to content

Commit d85c2ad

Browse files
committed
chore: add sponsor badge.
1 parent 45c76aa commit d85c2ad

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.github/FUNDING.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# These are supported funding model platforms
22

3-
github: jaywcjlove
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
custom: https://jaywcjlove.github.io/sponsor.html
3+
# github: [jaywcjlove]
4+
# patreon: # Replace with a single Patreon username
5+
# open_collective: # Replace with a single Open Collective username
6+
# ko_fi: # Replace with a single Ko-fi username
7+
# tidelift: #npm/xxxx
8+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
custom: https://jaywcjlove.github.io/#/sponsor

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- run: npm install
@@ -65,6 +65,8 @@ jobs:
6565
name: ${{ steps.create_tag.outputs.version }}
6666
tag: ${{ steps.create_tag.outputs.version }}
6767
body: |
68+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
69+
6870
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/docker-tutorial/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
6971
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
7072

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<h1 align="center">Docker 入门教程</h1>
88
<!--idoc:ignore:end-->
99

10+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
11+
1012
[Docker](https://www.docker.com/) 是一个开源的应用容器引擎,而一个<ruby>容器<rt>containers</rt></ruby>其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。
1113

1214
> Docker 的局限性之一,它只能用在 64 位的操作系统上。

idoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage: https://wangchujiang.com/docker-tutorial/
88

99
menus:
1010
Home: index.html
11+
Sponsor: https://jaywcjlove.github.io/#/sponsor
1112

1213
editButton:
1314
label: Edit this page on GitHub

0 commit comments

Comments
 (0)