File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
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 17
17
- run : npm install
18
18
- run : npm run build
19
19
20
- - name : Deploy
21
- uses : peaceiris/actions-gh-pages@v3
22
- with :
23
- github_token : ${{ secrets.GITHUB_TOKEN }}
24
- publish_dir : ./dist
25
-
26
20
- name : Generate Contributors Images
27
21
uses : jaywcjlove/github-action-contributors@main
28
22
with :
41
35
uses : jaywcjlove/changelog-generator@main
42
36
43
37
- name : Deploy Website
44
- uses : peaceiris/actions-gh-pages@v3
38
+ uses : peaceiris/actions-gh-pages@v4
45
39
with :
46
40
user_name : ' github-actions[bot]'
47
41
user_email : ' github-actions[bot]@users.noreply.github.com'
61
55
uses : ncipollo/release-action@v1
62
56
if : steps.create_tag.outputs.successful
63
57
with :
58
+ allowUpdates : true
64
59
token : ${{ secrets.GITHUB_TOKEN }}
65
60
name : ${{ steps.create_tag.outputs.version }}
66
61
tag : ${{ steps.create_tag.outputs.version }}
You can’t perform that action at this time.
0 commit comments