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: