File tree 2 files changed +8
-13
lines changed 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
- # These are supported funding model platforms
2
-
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
1
+ ko_fi : jaywcjlove
2
+ buy_me_a_coffee : jaywcjlove
3
+ custom : ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
Original file line number Diff line number Diff line change 8
8
website :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
12
- - uses : actions/setup-node@v3
11
+ - uses : actions/checkout@v4
12
+ - uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
registry-url : ' https://registry.npmjs.org'
16
16
17
17
- run : npm install
39
39
uses : jaywcjlove/changelog-generator@main
40
40
41
41
- name : Deploy
42
- uses : peaceiris/actions-gh-pages@v3
42
+ uses : peaceiris/actions-gh-pages@v4
43
43
with :
44
44
user_name : ' github-actions[bot]'
45
45
user_email : ' github-actions[bot]@users.noreply.github.com'
59
59
uses : ncipollo/release-action@v1
60
60
if : steps.create_tag.outputs.successful
61
61
with :
62
+ allowUpdates : true
62
63
token : ${{ secrets.GITHUB_TOKEN }}
63
64
name : ${{ steps.create_tag.outputs.version }}
64
65
tag : ${{ steps.create_tag.outputs.version }}
You can’t perform that action at this time.
0 commit comments