Skip to content

Commit 7cde4a8

Browse files
committed
community branch is "live" too
1 parent 0ff91cd commit 7cde4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// Deploy to github pages if this is the production branch, otherwise
3131
// just compile it locally
32-
if (params.branch == "production")
32+
if (params.branch == "production" || params.branch == "community")
3333
{
3434
environment.KO_QA = "false";
3535
}

0 commit comments

Comments
 (0)