mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +00:00
Remove the support for older dynamic jekyll workflows
The pages dynamic workflow now decouples telemetry from deploy for 100% of users, so we can remove this old conditional.
This commit is contained in:
@@ -7,6 +7,7 @@ inputs:
|
||||
emit_telemetry:
|
||||
description: 'Should this action only emit build telemetry instead of deploying the build artifact?'
|
||||
required: false
|
||||
default: "false"
|
||||
token:
|
||||
description: 'GitHub token'
|
||||
default: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user