Skip to content

Commit 2e51a33

Browse files
committed
chore: update idoc.yml
1 parent db535ff commit 2e51a33

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 14
14+
node-version: 18
15+
registry-url: 'https://registry.npmjs.org'
1516

1617
- run: npm install
1718
- run: npm run build

idoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ favicon: ./git.svg
66
editButton:
77
label: Edit this page on GitHub
88
url: https://github.com/jaywcjlove/git-tips/blob/master/
9-
Sponsor: https://jaywcjlove.github.io/#/sponsor
109

1110
footer: |
1211
Released under the MIT License. Copyright © 2022 Kenny Wong<br />
@@ -17,4 +16,5 @@ sideEffectFiles:
1716

1817
menus:
1918
首页: index.html
20-
入门清单: cheatsheet.html
19+
入门清单: cheatsheet.html
20+
Sponsor: https://jaywcjlove.github.io/#/sponsor

0 commit comments

Comments
 (0)