Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinchalopadho committed Mar 2, 2019
1 parent 4b50df6 commit 99cb8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ action "Install" {

action "Build" {
uses = "actions/npm@e7aaefe"
args = "run deploy"
args = "run build"
needs = ["Install"]
}

Expand Down

0 comments on commit 99cb8cb

Please sign in to comment.