Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41e3384

Browse files
committed
ci: update workflows config.
1 parent78540c2 commit41e3384

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
package-path:./package.json
3232

3333
-name:Deploy Website
34-
uses:peaceiris/actions-gh-pages@v3
34+
uses:peaceiris/actions-gh-pages@v4
3535
with:
3636
user_name:'github-actions[bot]'
3737
user_email:'github-actions[bot]@users.noreply.github.com'
38-
commit_message:${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
38+
commit_message:${{ github.event.head_commit.message }}
3939
github_token:${{ secrets.GITHUB_TOKEN }}
4040
publish_dir:./dist
4141

@@ -51,6 +51,7 @@ jobs:
5151
uses:ncipollo/release-action@v1
5252
if:steps.create_tag.outputs.successful
5353
with:
54+
allowUpdates:true
5455
token:${{ secrets.GITHUB_TOKEN }}
5556
name:${{ steps.create_tag.outputs.version }}
5657
tag:${{ steps.create_tag.outputs.version }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp