Skip to content

Commit 837d50e

Browse files
committed
[fix] GitHub pages deployment
[optimize] update Upstream packages
1 parent 6d5e309 commit 837d50e

File tree

3 files changed

+532
-529
lines changed

3 files changed

+532
-529
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,17 @@ jobs:
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v4
20-
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
2120
with:
2221
node-version: 20
2322
cache: pnpm
2423
- name: Install Dependencies
25-
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
2624
run: pnpm i --frozen-lockfile
2725

2826
- name: Build Production
29-
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
3027
run: pnpm build
3128

32-
- name: Deploy Production
29+
- name: Deploy to GitHub pages
3330
uses: peaceiris/actions-gh-pages@v4
34-
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
3531
with:
3632
publish_dir: ./dist
3733
personal_token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.4.0",
44
"description": "Mobile App scaffold of WebCell v3, which is a PWA scaffold based on Material Design Web components, with Anti-996 sample data.",
55
"author": "[email protected]",
6-
"homepage": "https://web-cell-mobile.vercel.app/",
6+
"homepage": "https://web-cell.dev/WebCell-mobile/",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/EasyWebApp/WebCell-mobile.git"
@@ -14,27 +14,27 @@
1414
"dependencies": {
1515
"browser-unhandled-rejection": "^1.0.2",
1616
"cell-router": "^3.0.1",
17-
"dom-renderer": "^2.6.0",
18-
"koajax": "^3.0.3",
17+
"dom-renderer": "^2.6.1",
18+
"koajax": "^3.1.1",
1919
"mdui": "^2.1.3",
2020
"mobx": "^6.13.5",
2121
"web-cell": "^3.0.3",
2222
"web-utility": "^4.4.2"
2323
},
2424
"devDependencies": {
25-
"@parcel/config-default": "~2.13.0",
26-
"@parcel/packager-raw-url": "~2.13.0",
27-
"@parcel/transformer-typescript-tsc": "~2.13.0",
28-
"@parcel/transformer-webmanifest": "~2.13.0",
29-
"@softonus/prettier-plugin-duplicate-remover": "^1.0.1",
30-
"@types/node": "^20.17.6",
25+
"@parcel/config-default": "~2.13.2",
26+
"@parcel/packager-raw-url": "~2.13.2",
27+
"@parcel/transformer-typescript-tsc": "~2.13.2",
28+
"@parcel/transformer-webmanifest": "~2.13.2",
29+
"@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
30+
"@types/node": "^20.17.9",
3131
"husky": "^9.1.7",
32-
"lint-staged": "^15.2.10",
33-
"parcel": "~2.13.0",
32+
"lint-staged": "^15.2.11",
33+
"parcel": "~2.13.2",
3434
"postcss": "^8.4.49",
35-
"prettier": "^3.3.3",
35+
"prettier": "^3.4.2",
3636
"prettier-plugin-css-order": "^2.1.2",
37-
"typescript": "~5.6.3",
37+
"typescript": "~5.7.2",
3838
"workbox-cli": "^7.3.0"
3939
},
4040
"prettier": {

0 commit comments

Comments
 (0)