We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef78409 commit ec101c3Copy full SHA for ec101c3
.github/main.workflow
@@ -17,7 +17,7 @@ action "Install deps" {
17
action "Build assets" {
18
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
19
needs = ["Install deps"]
20
- args = "build"
+ args = "run build"
21
}
22
23
action "Deploy to GitHub Pages" {
0 commit comments