From 659746ccafecbe87285008907a23609a5191489d Mon Sep 17 00:00:00 2001 From: DotWith Date: Sun, 7 Jul 2024 23:07:40 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a53c003..1e09ec6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,9 +22,6 @@ jobs: - name: Install dependencies run: npm install - - name: Build project - run: npm run build - - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: