Skip to content

Commit d6592fb

Browse files
committedJun 23, 2024·
ci: update workflows config.
1 parent be97007 commit d6592fb

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed
 

‎.github/FUNDING.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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/mocker-api
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"]

‎.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: jaywcjlove/changelog-generator@main
5353

5454
- name: Deploy
55-
uses: peaceiris/actions-gh-pages@v3
55+
uses: peaceiris/actions-gh-pages@v4
5656
with:
5757
commit_message: ${{ github.event.head_commit.message }}
5858
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -69,6 +69,7 @@ jobs:
6969
uses: ncipollo/release-action@v1
7070
if: steps.create_tag.outputs.successful
7171
with:
72+
allowUpdates: true
7273
token: ${{ secrets.GITHUB_TOKEN }}
7374
name: ${{ steps.create_tag.outputs.version }}
7475
tag: ${{ steps.create_tag.outputs.version }}

0 commit comments

Comments
 (0)
Please sign in to comment.