mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 10:04:53 +00:00
Build
This commit is contained in:
@@ -4,7 +4,6 @@ const core = require('@actions/core')
|
||||
const getContext = require('./context')
|
||||
const {
|
||||
getArtifactMetadata,
|
||||
createPagesDeployment,
|
||||
getPagesDeploymentStatus,
|
||||
cancelPagesDeployment
|
||||
} = require('./api-client')
|
||||
@@ -71,7 +70,7 @@ class Deployment {
|
||||
|
||||
console.log(artifactData)
|
||||
|
||||
return nil
|
||||
return
|
||||
} catch (error) {
|
||||
core.error(error.stack)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user