File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 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 @@ -11,10 +11,10 @@ jobs:
1111 contents : write
1212 id-token : write
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-node@v3
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 20
1818 registry-url : ' https://registry.npmjs.org'
1919
2020 - run : npm install
5151 filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
5252
5353 - name : Deploy
54- uses : peaceiris/actions-gh-pages@v3
54+ uses : peaceiris/actions-gh-pages@v4
5555 with :
5656 github_token : ${{ secrets.GITHUB_TOKEN }}
5757 publish_dir : ./www/build
6060 uses : ncipollo/release-action@v1
6161 if : steps.create_tag.outputs.successful
6262 with :
63+ allowUpdates : true
6364 name : ${{ steps.create_tag.outputs.version }}
6465 tag : ${{ steps.create_tag.outputs.version }}
6566 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments