mirror of
https://github.com/actions/deploy-pages.git
synced 2026-09-27 05:06:54 +00:00
WIP
This commit is contained in:
@@ -41,7 +41,7 @@ class Deployment {
|
||||
this.startTime = null
|
||||
}
|
||||
|
||||
// Ask the runtime for the unsigned artifact URL and deploy to GitHub Pages
|
||||
// Ask the runtime for and artifact id and deploy to GitHub Pages
|
||||
// by creating a deployment with that artifact
|
||||
async create(idToken) {
|
||||
if (Number(core.getInput('timeout')) > MAX_TIMEOUT) {
|
||||
@@ -67,6 +67,8 @@ class Deployment {
|
||||
|
||||
console.log(artifactData)
|
||||
|
||||
// TODO create deployment
|
||||
|
||||
return
|
||||
} catch (error) {
|
||||
core.error(error.stack)
|
||||
|
||||
Reference in New Issue
Block a user