Skip to content

Commit 380277a

Browse files
committed
ci: update workflows config.
1 parent c23db3d commit 380277a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ko_fi: jaywcjlove
2+
buy_me_a_coffee: jaywcjlove
3+
custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]

.github/workflows/push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ jobs:
66
build-deploy:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16
12+
node-version: 20
1313
registry-url: 'https://registry.npmjs.org'
1414

15-
- run: npm install idoc@1.25.3 -g
15+
- run: npm install idoc@1 -g
1616
- run: idoc -s "React Components Awesome"
1717

1818
- name: Deploy Website
19-
uses: peaceiris/actions-gh-pages@v3
20-
with:
19+
uses: peaceiris/actions-gh-pages@v4
20+
with:
2121
user_name: 'github-actions[bot]'
2222
user_email: 'github-actions[bot]@users.noreply.github.com'
2323
commit_message: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)