File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ko_fi : jaywcjlove
2+ buy_me_a_coffee : jaywcjlove
3+ custom : ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments