Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Sep 4, 2024
1 parent 8fa7208 commit f650a96
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Clean Install
run: |
rm -rf node_modules pnpm-lock.yaml
pnpm install
- name: Cache
id: cache-dependencies
uses: actions/cache@v3
Expand All @@ -55,14 +50,6 @@ jobs:
pnpm build-only
zip -r assets ./dist/**
- name: Upload to Qiniu
run: node uploadToQiniu.js
env:
AK: ${{ secrets.AK }}
SK: ${{ secrets.SK }}
BUCKET: ${{ secrets.BUCKET }}
PATH: ${{ secrets.PATH }}

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit f650a96

Please sign in to comment.