From afdefa3b097928063b8729d3fd5001c25cc45cd0 Mon Sep 17 00:00:00 2001
From: Lisandra-dev <mara-li@outlook.fr>
Date: Tue, 20 Feb 2024 06:19:40 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?=
 =?UTF-8?q?ows/'=20with=20remote=20'.github/workflows/'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/update-submodule.yml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml
index edbc13d8e7019..b3fd02e505c06 100644
--- a/.github/workflows/update-submodule.yml
+++ b/.github/workflows/update-submodule.yml
@@ -28,25 +28,3 @@ jobs:
           git config --global user.email "noreply@github.com"
           git commit -am "chore (update): ${{github.event.client_payload.module}} - ${{github.event.client_payload.sha}}"
           git push
-      - name: Setup node
-        uses: actions/setup-node@v4
-        with:
-          node-version: "18"
-      - name: Install dependencies
-        run: npm install
-      - name: Build quartz
-        run: npx quartz build
-      - name: Upload artifact
-        uses: actions/upload-artifact@v3
-        with:
-          path: public
-  deploy:
-    needs: update
-    environment:
-      name: github-pages
-      url: ${{ steps.deployment.outputs.page_url }}
-    runs-on: ubuntu-latest
-    steps:
-      - name: Deploy to GitHub Pages
-        id: deployment
-        uses: actions/deploy-pages@v4