Skip to content

Commit dd089ff

Browse files
committed
chore: 调整细节
1 parent 9b05b53 commit dd089ff

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/build-page-experimental.yml .github/workflows/deploy-pages.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: BuildPageExperimental
1+
name: Deploy Pages
22

33
on:
44
push:
5-
branches: ["test-action"]
5+
branches: ["pages"]
66

77
jobs:
88
build:
@@ -39,12 +39,14 @@ jobs:
3939

4040
# 构建
4141
- name: Build Test
42-
run: pnpm --filter pages build
42+
run: pnpm --filter zoucaa-page build
4343

4444
# 查看构建后的文件
4545
- name: View Files
4646
run: ls ./pages/dist -a
4747

48+
# https://github.com/peaceiris/actions-gh-pages@v3
49+
# 发布 GitHub page 页面
4850
- name: Deploy
4951
uses: peaceiris/actions-gh-pages@v3
5052
with:

pages/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="icon" type="image/jpg" href="/icon.jpg" />
9-
<title>Demo</title>
9+
<title>JamcaaLaa - zoucaa</title>
1010
</head>
1111

1212
<body>

pages/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pages",
2+
"name": "zoucaa-page",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
@@ -8,9 +8,8 @@
88
"build": "vue-tsc && vite build",
99
"preview": "vite preview"
1010
},
11-
"keywords": [],
12-
"author": "",
13-
"license": "ISC",
11+
"author": "onsummer",
12+
"license": "GPL-3.0-or-later",
1413
"dependencies": {
1514
"cesium": "1.104",
1615
"vue": "3.2"

0 commit comments

Comments
 (0)