We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64276fc commit 0e613e5Copy full SHA for 0e613e5
.github/workflows/deploy-docs.yml
@@ -67,7 +67,7 @@ jobs:
67
run: python ./scripts/deploy_docs_status.py
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
- DEPLOY_URL: ${{ steps.deploy.outputs.url }}
+ DEPLOY_URL: ${{ steps.deploy.outputs.deployment-url }}
71
COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
72
RUN_ID: ${{ github.run_id }}
73
IS_DONE: "true"
0 commit comments