Skip to content

Commit 2401eba

Browse files
committed
chore: 更新 docs.yml 工作流,修正部署 ID 输出格式
1 parent 9eb652f commit 2401eba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
- name: 通知部署成功
8989
run: |
9090
echo "📚 文档部署成功!"
91-
echo "🌐 访问地址: https://winjs-dev.github.io/cloud-utils/"
92-
echo "📝 部署 ID: ${{ steps.deployment.outputs.page_url }}"
91+
echo "🌐 访问地址: ${{ steps.deployment.outputs.page_url }}"
92+
echo "📝 部署 ID: ${{ steps.deployment.outputs.deployment_id }}"

0 commit comments

Comments
 (0)