Delete main.workflow

pull/125/head
Yangshun Tay 5 years ago committed by GitHub
parent 91da960c9e
commit 1c4fc56017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +0,0 @@
workflow "New workflow" {
on = "push"
resolves = ["Deploy"]
}
action "Deploy" {
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
env = {
GIT_USER = "yangshun"
USE_SSH = "1"
}
runs = "cd website && yarn && yarn deploy"
}
Loading…
Cancel
Save