Skip to content

Commit b003877

Browse files
committed
ci: update workflows config.
1 parent a595c55 commit b003877

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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/hotkeys-js
8-
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
@@ -59,7 +59,7 @@ jobs:
5959
uses: jaywcjlove/changelog-generator@main
6060

6161
- name: Build and Deploy
62-
uses: peaceiris/actions-gh-pages@v3
62+
uses: peaceiris/actions-gh-pages@v4
6363
with:
6464
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -82,6 +82,7 @@ jobs:
8282
uses: ncipollo/release-action@v1
8383
if: steps.create_tag.outputs.successful
8484
with:
85+
allowUpdates: true
8586
token: ${{ secrets.GITHUB_TOKEN }}
8687
name: ${{ steps.create_tag.outputs.version }}
8788
tag: ${{ steps.create_tag.outputs.version }}

0 commit comments

Comments
 (0)