Skip to content

Commit 40619cf

Browse files
committed
ci: update workflows config.
1 parent c7c95c3 commit 40619cf

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
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/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"]

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
- run: npm install
1818
- run: npm run build
1919

20-
- name: Deploy
21-
uses: peaceiris/actions-gh-pages@v3
22-
with:
23-
github_token: ${{ secrets.GITHUB_TOKEN }}
24-
publish_dir: ./dist
25-
2620
- name: Generate Contributors Images
2721
uses: jaywcjlove/github-action-contributors@main
2822
with:
@@ -41,7 +35,7 @@ jobs:
4135
uses: jaywcjlove/changelog-generator@main
4236

4337
- name: Deploy Website
44-
uses: peaceiris/actions-gh-pages@v3
38+
uses: peaceiris/actions-gh-pages@v4
4539
with:
4640
user_name: 'github-actions[bot]'
4741
user_email: 'github-actions[bot]@users.noreply.github.com'
@@ -61,6 +55,7 @@ jobs:
6155
uses: ncipollo/release-action@v1
6256
if: steps.create_tag.outputs.successful
6357
with:
58+
allowUpdates: true
6459
token: ${{ secrets.GITHUB_TOKEN }}
6560
name: ${{ steps.create_tag.outputs.version }}
6661
tag: ${{ steps.create_tag.outputs.version }}

0 commit comments

Comments
 (0)