diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18e59a8..dcc639e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,6 @@ jobs: with: accessKeyId: ${{ secrets.ACCESS_KEY_ID }} accessKeySecret: ${{ secrets.ACCESS_KEY_SECRET }} - bucket: "blog_meteoroid_fit" + bucket: "blog-meteoroid-fit" endpoint: "oss-cn-beijing.aliyuncs.com" folder: "docs/.vitepress/dist"