From 749439c0eeb0c93bd04bd628d1a6ea17ad36e102 Mon Sep 17 00:00:00 2001 From: Francisco Di Giandomenico Date: Sun, 15 Dec 2024 17:20:01 -0500 Subject: [PATCH] feat: remove commented-out step for deploying to GitHub Pages in workflow --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 08b1dd1..41fa500 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,6 @@ jobs: - name: Build the app run: npm run build - # Step 4: Deploy to GitHub Pages - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: