Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
onresize committed Apr 12, 2024
1 parent 63dc6e5 commit 0380d4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.18.0
cache: pnpm # or pnpm / yarn
# cache: pnpm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v4
- name: 安装 pnpm
run: npm install -g pnpm
- name: 安装依赖
run: pnpm i
run: pnpm install
- name: 打包
run: pnpm run build
- name: 上传构建产物
Expand Down

0 comments on commit 0380d4e

Please sign in to comment.