File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
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
build-deploy :
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 : 16
14
+ node-version : 20
15
15
registry-url : ' https://registry.npmjs.org'
16
16
17
17
67
67
uses : jaywcjlove/changelog-generator@main
68
68
69
69
- name : Deploy
70
- uses : peaceiris/actions-gh-pages@v3
70
+ uses : peaceiris/actions-gh-pages@v4
71
71
with :
72
72
commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
73
73
github_token : ${{ secrets.GITHUB_TOKEN }}
87
87
uses : ncipollo/release-action@v1
88
88
if : steps.create_tag.outputs.successful
89
89
with :
90
+ allowUpdates : true
90
91
token : ${{ secrets.GITHUB_TOKEN }}
91
92
name : ${{ steps.create_tag.outputs.version }}
92
93
tag : ${{ steps.create_tag.outputs.version }}
You can’t perform that action at this time.
0 commit comments