From 1a7038c8b3c46d25323655274ce563e21c45e1f5 Mon Sep 17 00:00:00 2001 From: Davide Carpini Date: Thu, 28 Mar 2024 15:13:21 +0100 Subject: [PATCH] fix: gha deploy static --- turbo.json | 1 + 1 file changed, 1 insertion(+) 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"]