Skip to content

Commit ec101c3

Browse files
Update main.workflow
1 parent ef78409 commit ec101c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ action "Install deps" {
1717
action "Build assets" {
1818
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
1919
needs = ["Install deps"]
20-
args = "build"
20+
args = "run build"
2121
}
2222

2323
action "Deploy to GitHub Pages" {

0 commit comments

Comments
 (0)