From b8ca2cbe356f3bd2b5fdd0967de513dcd4b54667 Mon Sep 17 00:00:00 2001
From: Ezequiel Valencia <casualcucumber59@gmail.com>
Date: Tue, 7 Jan 2025 14:22:34 -0500
Subject: [PATCH] Remove Notarize Dependency

---
 .github/workflows/site_deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml
index 0eae1839e0..a1253c0381 100644
--- a/.github/workflows/site_deploy.yml
+++ b/.github/workflows/site_deploy.yml
@@ -155,7 +155,7 @@ jobs:
   deploy:
     name: Deploy to site
     runs-on: ubuntu-20.04
-    needs: notarize
+#    needs: notarize
     steps:
     - name: checkout tag
       uses: actions/checkout@v4