Skip to content

Commit a579b1f

Browse files
committed
[add] a Democracy post
[optimize] update some Detail data & Upstream packages [migrate] replace NPM with PNPM to reduce Disk Usage
1 parent e782bf4 commit a579b1f

File tree

8 files changed

+10204
-13250
lines changed

8 files changed

+10204
-13250
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111

12+
- uses: pnpm/action-setup@v2
13+
with:
14+
version: 8
1215
- uses: actions/setup-node@v3
1316
with:
14-
node-version: 16
15-
cache: npm
16-
- name: Install & Build
17-
run: npm i && npm run build
17+
node-version: 18
18+
cache: pnpm
19+
- name: Install Dependencies
20+
run: pnpm i --frozen-lockfile
21+
22+
- name: Build Production
23+
run: pnpm build
1824

1925
- name: Deploy Web-site
2026
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)