Commit 068e57b 1 parent e22fc86 commit 068e57b Copy full SHA for 068e57b
File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
workflow_dispatch :
13
13
14
14
jobs :
15
- test :
15
+ new-site-from-npm :
16
16
runs-on : ${{ matrix.os }}
17
17
strategy :
18
18
matrix :
Original file line number Diff line number Diff line change 12
12
workflow_dispatch :
13
13
14
14
jobs :
15
- test :
15
+ build :
16
16
runs-on : ${{ matrix.os }}
17
17
strategy :
18
18
matrix :
Original file line number Diff line number Diff line change 31
31
"pretest" : " npm run _prebuild" ,
32
32
"serve" : " npm run cd:docs serve" ,
33
33
"test" : " npm run cd:docs test && npm run check" ,
34
- "test-windows" : " npm run cd:docs test" ,
35
34
"update:pkg:dep" : " npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest" ,
36
35
"update:pkg:hugo" : " npm install --save-exact -D hugo-extended@latest"
37
36
},
You can’t perform that action at this time.
0 commit comments