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 c8aa8bd commit 085adb3Copy full SHA for 085adb3
.github/composite/deploy-cloudflare/action.yaml
@@ -66,3 +66,9 @@ runs:
66
wranglerVersion: '3.112.0'
67
environment: ${{ inputs.environment }}
68
command: ${{ inputs.environment == 'production' && 'deploy' || 'versions upload' }} --config ./packages/gitbook-v2/wrangler.toml
69
+ - name: Outputs
70
+ shell: bash
71
+ env:
72
+ DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }}
73
+ run: |
74
+ echo "URL: ${{ steps.deploy.outputs.deployment-url }}"
0 commit comments