Skip to content

Commit 6b3f2ca

Browse files
committed
ci: update workflows config.
1 parent ad7b28e commit 6b3f2ca

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.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/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515

1616
- run: mkdir -p dist
1717
- run: cp -rp ./favicon.ico ./dist
@@ -94,7 +94,7 @@ jobs:
9494
EOF
9595
9696
- name: Deploy
97-
uses: peaceiris/actions-gh-pages@v3
97+
uses: peaceiris/actions-gh-pages@v4
9898
with:
9999
github_token: ${{ secrets.GITHUB_TOKEN }}
100100
publish_dir: ./dist

0 commit comments

Comments
 (0)