File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
5555 name : ${{ steps.create_tag.outputs.version }}
5656 tag : ${{ steps.create_tag.outputs.version }}
5757 body : |
58+ [](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
Original file line number Diff line number Diff 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脚本,记录我的学习笔记。
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ favicon: "./logo.svg"
55menus :
66 Home : index.html
77 Regex : shell-regex.html
8+ Sponsor : https://jaywcjlove.github.io/#/sponsor
89
910editButton :
1011 label : Edit this page on GitHub
You can’t perform that action at this time.
0 commit comments