Skip to content

Commit

Permalink
ci: update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Nov 14, 2024
1 parent 64b0a8b commit 63876e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'docs/**'
- '.github/workflows/cf.yml'
- 'package.json'
- 'packages/**'
workflow_dispatch:

jobs:
deploy:
Expand Down Expand Up @@ -35,7 +37,7 @@ jobs:

# 第四步:构建项目
- name: 构建项目
run: pnpm run build # 构建 VitePress 项目
run: pnpm build # 构建 VitePress 项目

# 第五步:安装 Wrangler
- name: 安装 Wrangler
Expand Down

0 comments on commit 63876e9

Please sign in to comment.