We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158d354 commit ef2f0f5Copy full SHA for ef2f0f5
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
- run: npm ci
20
- run: npm run build
21
- run: npm install cos-nodejs-sdk-v5 --no-save
22
+ - name: Print dist/index.html after build
23
+ run: cat dist/index.html
24
- name: Upload to COS
25
run: node scripts/upload-to-cos.cjs
26
env:
@@ -27,3 +29,5 @@ jobs:
27
29
COS_BUCKET: ${{ secrets.COS_BUCKET }}
28
30
COS_REGION: ${{ secrets.COS_REGION }}
31
COS_DOMAIN: ${{ secrets.COS_DOMAIN }}
32
+ - name: Print dist/index.html after upload
33
0 commit comments