From 292eb2d9d73b1034e1830bbcd6506ea016ff4265 Mon Sep 17 00:00:00 2001 From: pendingintent <3921919+pendingintent@users.noreply.github.com> Date: Wed, 6 May 2026 12:14:32 -0400 Subject: [PATCH] Added install and build steps --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b263af4..3bafca9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,10 +23,7 @@ jobs: npm run build - name: Deploy 🚀 -<<<<<<< pendingintent-fix-vulnerabilities if: github.ref == 'refs/heads/main' -======= ->>>>>>> main uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4 with: branch: gh-pages # The branch the action should deploy to.