mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 01:54:52 +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:
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -7476,11 +7476,8 @@ process.on('SIGTERM', cancelHandler)
|
||||
const emitTelemetry = core.getInput("emit_telemetry")
|
||||
if (emitTelemetry === "true") {
|
||||
__nccwpck_require__(9557)
|
||||
} else if (emitTelemetry === "false") {
|
||||
main()
|
||||
} else {
|
||||
// If emit_telemetry is not set, that indicates an older version of the dynamic workflow that doesn't separate telemetry from deployment
|
||||
main().then(() => __nccwpck_require__(9557))
|
||||
main()
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user