diff --git a/turbo.json b/turbo.json index 8df520bb..f3b3d66a 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "pipeline": { + "gh-pages-build": {}, "build": { "outputs": ["build/**", "dist/**"], "dependsOn": ["^build"]