diff --git a/.github/workflows/deploy.yml b/.github/workflows/build.yml similarity index 54% rename from .github/workflows/deploy.yml rename to .github/workflows/build.yml index b3bb49c..c7ca068 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/build.yml @@ -28,22 +28,3 @@ jobs: with: name: production-files path: ./dist - - deploy: - name: Deploy - needs: build - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' - - steps: - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: production-files - path: ./dist - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist