diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index e18b9224..00000000 --- a/.github/main.workflow +++ /dev/null @@ -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" -}