From 349b9151f3338a9f090f1616e0f43a328164d3ea Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 3 Dec 2022 10:11:26 -0600 Subject: [PATCH] fix: disable docs sync repo --- .github/workflows/sync_repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_repos.yml b/.github/workflows/sync_repos.yml index c62a6ab22..65e111425 100644 --- a/.github/workflows/sync_repos.yml +++ b/.github/workflows/sync_repos.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - "site/**" + # - "site/**" - "template/**" jobs: