更新 deploy.yaml,添加 Cloudflare Pages 部署命令中的分支参数
All checks were successful
deploying-doc / build-and-deploy (pull_request) Successful in 3m26s

This commit is contained in:
狮子耗耗 2025-04-26 18:40:35 +08:00
parent 66f2387853
commit 8754a66e52

View File

@ -44,4 +44,4 @@ jobs:
with: with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy ./src/.vuepress/dist --project-name=jingji-tsreference-vue command: pages deploy ./src/.vuepress/dist --project-name=jingji-tsreference-vue --branch=main