File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-18.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v2
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
- node-version : 14
14
+ node-version : 18
15
+ registry-url : ' https://registry.npmjs.org'
15
16
16
17
- run : npm install
17
18
- run : npm run build
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ favicon: ./git.svg
6
6
editButton :
7
7
label : Edit this page on GitHub
8
8
url : https://github.com/jaywcjlove/git-tips/blob/master/
9
- Sponsor : https://jaywcjlove.github.io/#/sponsor
10
9
11
10
footer : |
12
11
Released under the MIT License. Copyright © 2022 Kenny Wong<br />
@@ -17,4 +16,5 @@ sideEffectFiles:
17
16
18
17
menus :
19
18
首页 : index.html
20
- 入门清单 : cheatsheet.html
19
+ 入门清单 : cheatsheet.html
20
+ Sponsor : https://jaywcjlove.github.io/#/sponsor
You can’t perform that action at this time.
0 commit comments