File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- name : BuildPageExperimental
1
+ name : Deploy Pages
2
2
3
3
on :
4
4
push :
5
- branches : ["test-action "]
5
+ branches : ["pages "]
6
6
7
7
jobs :
8
8
build :
@@ -39,12 +39,14 @@ jobs:
39
39
40
40
# 构建
41
41
- name : Build Test
42
- run : pnpm --filter pages build
42
+ run : pnpm --filter zoucaa-page build
43
43
44
44
# 查看构建后的文件
45
45
- name : View Files
46
46
run : ls ./pages/dist -a
47
47
48
+ # https://github.com/peaceiris/actions-gh-pages@v3
49
+ # 发布 GitHub page 页面
48
50
- name : Deploy
49
51
uses : peaceiris/actions-gh-pages@v3
50
52
with :
Original file line number Diff line number Diff line change 6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
8
< link rel ="icon " type ="image/jpg " href ="/icon.jpg " />
9
- < title > Demo </ title >
9
+ < title > JamcaaLaa - zoucaa </ title >
10
10
</ head >
11
11
12
12
< body >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pages " ,
2
+ "name" : " zoucaa-page " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
8
8
"build" : " vue-tsc && vite build" ,
9
9
"preview" : " vite preview"
10
10
},
11
- "keywords" : [],
12
- "author" : " " ,
13
- "license" : " ISC" ,
11
+ "author" : " onsummer" ,
12
+ "license" : " GPL-3.0-or-later" ,
14
13
"dependencies" : {
15
14
"cesium" : " 1.104" ,
16
15
"vue" : " 3.2"
You can’t perform that action at this time.
0 commit comments