mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 10:04:53 +00:00
Update distributables
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -8317,8 +8317,8 @@ class Deployment {
|
|||||||
this.deploymentInfo != null
|
this.deploymentInfo != null
|
||||||
? this.deploymentInfo['status_url']
|
? this.deploymentInfo['status_url']
|
||||||
: `${this.githubApiUrl}/repos/${this.repositoryNwo}/pages/deployment/status/${this.buildVersion}`
|
: `${this.githubApiUrl}/repos/${this.repositoryNwo}/pages/deployment/status/${this.buildVersion}`
|
||||||
let pageUrl = this.deploymentInfo != null ? this.deploymentInfo["page_url"] : ""
|
let pageUrl = this.deploymentInfo != null ? this.deploymentInfo['page_url'] : ''
|
||||||
const previewUrl = this.deploymentInfo != null ? this.deploymentInfo["preview_url"] : ""
|
const previewUrl = this.deploymentInfo != null ? this.deploymentInfo['preview_url'] : ''
|
||||||
if (this.isPreview && previewUrl) {
|
if (this.isPreview && previewUrl) {
|
||||||
pageUrl = previewUrl
|
pageUrl = previewUrl
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -8317,8 +8317,8 @@ class Deployment {
|
|||||||
this.deploymentInfo != null
|
this.deploymentInfo != null
|
||||||
? this.deploymentInfo['status_url']
|
? this.deploymentInfo['status_url']
|
||||||
: `${this.githubApiUrl}/repos/${this.repositoryNwo}/pages/deployment/status/${this.buildVersion}`
|
: `${this.githubApiUrl}/repos/${this.repositoryNwo}/pages/deployment/status/${this.buildVersion}`
|
||||||
let pageUrl = this.deploymentInfo != null ? this.deploymentInfo["page_url"] : ""
|
let pageUrl = this.deploymentInfo != null ? this.deploymentInfo['page_url'] : ''
|
||||||
const previewUrl = this.deploymentInfo != null ? this.deploymentInfo["preview_url"] : ""
|
const previewUrl = this.deploymentInfo != null ? this.deploymentInfo['preview_url'] : ''
|
||||||
if (this.isPreview && previewUrl) {
|
if (this.isPreview && previewUrl) {
|
||||||
pageUrl = previewUrl
|
pageUrl = previewUrl
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user