Skip to content

Commit bc8913f

Browse files
committed
chore: add sponsor badge.
1 parent 58f301b commit bc8913f

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
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: 4 additions & 2 deletions
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
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
user_name: 'github-actions[bot]'
3737
user_email: 'github-actions[bot]@users.noreply.github.com'
38-
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
38+
commit_message: ${{ github.event.head_commit.message }}
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: ./dist
4141

@@ -55,6 +55,8 @@ jobs:
5555
name: ${{ steps.create_tag.outputs.version }}
5656
tag: ${{ steps.create_tag.outputs.version }}
5757
body: |
58+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
59+
5860
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/vim-web/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
5961
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
6062

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Shell Tutorial
33
===
44
<!--idoc:ignore:end-->
55

6+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
67
[![CI](https://github.com/jaywcjlove/shell-tutorial/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/shell-tutorial/actions/workflows/ci.yml)
78

89
最近需要写一个脚本管理服务,花了两天时间学习了一下shell脚本,记录我的学习笔记。

idoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ favicon: "./logo.svg"
55
menus:
66
Home: index.html
77
Regex: shell-regex.html
8+
Sponsor: https://jaywcjlove.github.io/#/sponsor
89

910
editButton:
1011
label: Edit this page on GitHub

0 commit comments

Comments
 (0)