Skip to content

Commit

Permalink
feat: 关闭加速上传,后续自己实现
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J committed Oct 29, 2023
1 parent 11d4b5b commit 54497fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
secret_key: ${{ secrets.TENCENT_CLOUD_SECRET_KEY }}
cos_bucket: ${{ secrets.COS_BUCKET }}
cos_region: ${{ secrets.COS_REGION }}
accelerate: true # 可选,如果你懂。前提需要你手动开启全球加速
# accelerate: true # 可选,如果你懂。前提需要你手动开启全球加速
local_path: .output/public
remote_path: /
clean: true
Expand Down

0 comments on commit 54497fc

Please sign in to comment.