Skip to content

Commit

Permalink
Merge branch 'master' into darkyzhou-blog
Browse files Browse the repository at this point in the history
  • Loading branch information
darkyzhou committed Feb 25, 2024
2 parents 2dc225e + 5deaef8 commit a5963a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
with:
node-version: '20.x'
cache: 'npm'
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Build
run: npm install && npm run build
run: pnpm install && pnpm build
- name: Upload to Accelerate COS
uses: XUEGAONET/tencent-cos-action@v0.2.0
with:
Expand Down

0 comments on commit a5963a7

Please sign in to comment.